You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/02/16 00:26:34 UTC

[07/12] isis git commit: ISIS-1561: further minor update to README for use of docker

ISIS-1561: further minor update to README for use of docker


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/033555b7
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/033555b7
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/033555b7

Branch: refs/heads/release-1.14.0-RC1
Commit: 033555b739de1814f2971b83e78d25877262cfc5
Parents: a78aafd
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Feb 16 00:08:22 2017 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Feb 16 00:09:51 2017 +0000

----------------------------------------------------------------------
 example/application/simpleapp/README.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/033555b7/example/application/simpleapp/README.adoc
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/README.adoc b/example/application/simpleapp/README.adoc
index 7e9aa92..5fb9fc0 100644
--- a/example/application/simpleapp/README.adoc
+++ b/example/application/simpleapp/README.adoc
@@ -226,9 +226,11 @@ The packaged image can be viewed using `docker images`.
 +
 [source,bash]
 ----
-docker run -d -p 8080:8080 mycompany/myapp
+docker container run -d -p 8080:8080 mycompany/myapp
 ----
 +
+This can then be accessed at link:http://localhost:8080[localhost:8080].
++
 See link:https://github.com/danhaywood/java-mavenmixin-docker#how-to-consume[mavenmixin-docker] for further details on how to run docker images.
 
 * To upload the application as a docker image to link:https://hub.docker.com[docker hub] (or some other docker registry): +