From 78468f3ddd5372533e195ca80514c002534926c0 Mon Sep 17 00:00:00 2001 From: Ducatel David Date: Tue, 25 Apr 2017 14:55:02 +0200 Subject: [PATCH] Update readme on docker part --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 962eedd..b6110cd 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,10 @@ How to run the server with Docker ================================= ``` -docker build -t plantuml-server . -docker run -d -p 8080:8080 plantuml-server +docker run -d -p 8080:8080 plantuml/plantuml-server ``` -The server is now listing to [http://localhost:8080/plantuml](http://localhost:8080/plantuml). - -You may specity the port in `-p` Docker command line argument. +The server is now listing to [http://localhost:8080](http://localhost:8080). Alternate: How to run the server with Tomcat + Docker? ======================================================