Skip to content

Commit 0e6af3a

Browse files
update docker run in README + latest image in example
1 parent b06e042 commit 0e6af3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88

99
```docker
1010
docker build -t pdok/mapproxy .
11-
docker run -d -p 80:80 --name mapproxy-example -v `pwd`/examples/config:/srv/mapproxy/config pdok/mapproxy
11+
docker run --rm -d -p 80:80 --name mapproxy-example -v `pwd`/examples/config:/srv/mapproxy/config pdok/mapproxy
1212
1313
docker stop mapproxy-example
14-
docker rm mapproxy-example
1514
```
1615

1716
## Introduction

0 commit comments

Comments
 (0)