You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Falk Werner e3344ba461
updated libfuse to 3.9.1
4 years ago
www updated to webfuse 0.2.0 4 years ago
.travis.yml fix: fixed docker build command 4 years ago
Dockerfile updated libfuse to 3.9.1 4 years ago
LICENSE Initial commit 4 years ago
README.md updated to webfuse 0.2.0 4 years ago

README.md

Build Status

webfuse-example

Example of webfuse.

Build

docker build --rm --build-arg "USERID=`id -u`" --tag webfuse .

Run

docker run -p 8080:8080 --rm -it \
  --device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined \
  webfuse bash
webfused -m /tmp -d /var/www -p 8080

Open a webbrowser and visit http://localhost:8080 and follow the instruction on the screen.

Then open another terminal and connect to the container.

docker exec -it <name of container> bash
cat /tmp/test/default/hello.txt