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 b06e042 commit 0e6af3aCopy full SHA for 0e6af3a
README.md
@@ -8,10 +8,9 @@
8
9
```docker
10
docker build -t pdok/mapproxy .
11
-docker run -d -p 80:80 --name mapproxy-example -v `pwd`/examples/config:/srv/mapproxy/config pdok/mapproxy
+docker run --rm -d -p 80:80 --name mapproxy-example -v `pwd`/examples/config:/srv/mapproxy/config pdok/mapproxy
12
13
docker stop mapproxy-example
14
-docker rm mapproxy-example
15
```
16
17
## Introduction
0 commit comments