From baeff48adab507f1f3021a53f66aad3788aa5024 Mon Sep 17 00:00:00 2001 From: aizook Date: Sun, 21 Jun 2015 15:30:31 +0200 Subject: [PATCH] Update README.md Replaced `-P` by `-p` in `docker run -d -p 8000 openlabs/tryton` (Create a new container using the image) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2ee55..b3d7ab1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Fetch the repository from docker Create a new container using the image - docker run -d -P 8000 openlabs/tryton + docker run -d -p 8000 openlabs/tryton * The `-d` option indicates that the container should be run in daemon mode.