summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2018-11-06 18:11:05 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2018-11-14 14:19:46 +0100
commitb9f8fa1de211b3bd5e4a0d19f4029656c238c7e9 (patch)
treec6f0cf7f65f7f486accd7a8c94610abcf5df77b0 /README.md
parentgitlabci: test container in CI (diff)
downloadknot-resolver-b9f8fa1de211b3bd5e4a0d19f4029656c238c7e9.tar.xz
knot-resolver-b9f8fa1de211b3bd5e4a0d19f4029656c238c7e9.zip
README: update docker command to expose ports
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 126ee9cb..48f2c13f 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ See the [Building project][depends] documentation page for more information.
This is simple and doesn't require any dependencies or system modifications, just run:
```
-$ docker run -it cznic/knot-resolver
+$ docker run -Pit cznic/knot-resolver
```
See the build page [hub.docker.com/r/cznic/knot-resolver](https://hub.docker.com/r/cznic/knot-resolver/) for more information and options.