diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,10 +1,13 @@ # miniserve - a CLI tool to serve files and dirs over HTTP [](https://travis-ci.org/svenstaro/miniserve) +[](https://cloud.docker.com/repository/docker/svenstaro/miniserve) [](https://aur.archlinux.org/packages/miniserve/) [](https://crates.io/crates/miniserve) [](https://deps.rs/repo/github/svenstaro/miniserve) [](https://github.com/svenstaro/miniserve/blob/master/LICENSE) +[](https://github.com/svenstaro/miniserve/stargazers) +[](https://github.com/svenstaro/miniserve/releases) **For when you really just want to serve some files over HTTP right now!** @@ -88,6 +91,10 @@ Sometimes this is just a more practical and quick way than doing things properly cargo install miniserve miniserve +**With Docker:** If you prefer using Docker for this, run + + docker run -v /tmp:/tmp -p 8080:8080 --rm -it svenstaro/miniserve /tmp + ## Binding behavior For convenience reasons, miniserve will try to bind on all interfaces by default (if no `-i` is provided). |