mirror of
https://github.com/falk-werner/webfuse-example
synced 2024-10-27 20:44:09 +00:00
added fellow repositories
This commit is contained in:
parent
25edce8789
commit
ada38be00c
17
README.md
17
README.md
@ -7,7 +7,7 @@ Example of webfuse.
|
||||
|
||||
docker build --rm --build-arg "USERID=`id -u`" --tag webfuse .
|
||||
|
||||
# Run
|
||||
## Run
|
||||
|
||||
docker run -p 8080:8080 --rm -it \
|
||||
--device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined \
|
||||
@ -21,3 +21,18 @@ 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](https://github.com/falk-werner/webfuse)
|
||||
Create webfuse adapters and providers in C/C++
|
||||
|
||||
* [webfuse daemon](https://github.com/falk-werner/webfused)
|
||||
Reference implementation of webfuse adapter (server)
|
||||
|
||||
* [webfuse-js](https://github.com/falk-werner/webfuse-js)
|
||||
Create webfuse provider (client) in JavaScript
|
||||
|
||||
## Further Reading
|
||||
|
||||
* [Webfuse Protocol Specification](https://github.com/falk-werner/webfuse/blob/master/doc/protocol.md)
|
||||
|
Loading…
Reference in New Issue
Block a user