mirror of
https://github.com/falk-werner/webfuse-example
synced 2025-06-13 20:53:51 +00:00
| www | ||
| .travis.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
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