mirror of
https://github.com/falk-werner/webfuse-example
synced 2025-12-17 20:01:50 +00:00
ada38be00c630414a60cadf235e9f36a1209e144
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 \
--user `id -u` \
webfuse bash
webfused -f /etc/webfused.conf
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/hello.txt
Fellow Repositories
-
webfuse library
Create webfuse adapters and providers in C/C++ -
webfuse daemon
Reference implementation of webfuse adapter (server) -
webfuse-js
Create webfuse provider (client) in JavaScript
Further Reading
Description
Languages
JavaScript
56.5%
Dockerfile
29%
HTML
7.9%
CSS
5.1%
Shell
1.5%