1
0
mirror of https://github.com/falk-werner/webfuse-example synced 2025-12-17 20:01:50 +00:00
2020-02-09 20:29:54 +01:00
2020-02-09 20:29:54 +01:00
2020-02-09 19:02:29 +01:00
2020-02-09 20:29:54 +01:00

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 --user "`id -u`" webfuse bash
webfused -m /tmp -d /var/www -p 8080

Open a webbrowser and visit http://localhost:8080.

Description
No description provided
Readme 57 KiB
Languages
JavaScript 56.5%
Dockerfile 29%
HTML 7.9%
CSS 5.1%
Shell 1.5%