We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6030eb commit 85bc5b6Copy full SHA for 85bc5b6
README.md
@@ -20,7 +20,7 @@
20
- I've hosted this image on [Docker Hub](https://hub.docker.com/r/pareshpawar/simple-http-server) or you can build it yourself if you want to.
21
22
```bash
23
- sudo docker run -p 8081:8081 pareshpawar/simple-http-server
+ docker run --rm -p 8081:8081 pareshpawar/simple-http-server
24
```
25
26
- Optionally, forward port via your proxy or load balancer.
0 commit comments