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.

15 lines
422 B

[![Build Status](https://travis-ci.org/falk-werner/webfuse-example.svg?branch=master)](https://travis-ci.org/falk-werner/webfuse-example)
# 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.