From f3332de99ca5e90528d811db8b43900fa36d0e51 Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Mon, 1 Feb 2016 12:35:33 -0500 Subject: [PATCH] modified the readmes --- on-wildfly8/README.md | 6 ++---- on-wildfly9/README.md | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/on-wildfly8/README.md b/on-wildfly8/README.md index e64854c..6f1a54f 100644 --- a/on-wildfly8/README.md +++ b/on-wildfly8/README.md @@ -9,7 +9,7 @@ To start up apiman You may want to map the port(s) so you can access the app - docker run -it -p 8080:8080 apiman/on-wildfly8 + docker run -it -p 8080:8080 -p 8443:8443 apiman/on-wildfly8 ## Building the image @@ -17,7 +17,7 @@ You may want to map the port(s) so you can access the app ## Image accessible on Docker hub -This image is automatically built and published into [Docker Hub][apiman_dockerhub]. +This image is automatically built and published into [Docker Hub](https://registry.hub.docker.com/u/apiman/on-wildfly8/). ## How to extend the image @@ -37,5 +37,3 @@ And then run it like: docker run -it --rm -p 8080:8080 -p 9990:9990 -p 8787:8787 myname/apiman-on-wildfly8 - -[apiman_dockerhub]:https://registry.hub.docker.com/u/apiman/on-wildfly8/ diff --git a/on-wildfly9/README.md b/on-wildfly9/README.md index 385e810..d30e8a0 100644 --- a/on-wildfly9/README.md +++ b/on-wildfly9/README.md @@ -9,7 +9,7 @@ To start up apiman You may want to map the port(s) so you can access the app - docker run -it -p 8080:8080 apiman/on-wildfly9 + docker run -it -p 8080:8080 -p 8443:8443 apiman/on-wildfly9 ## Building the image @@ -17,7 +17,7 @@ You may want to map the port(s) so you can access the app ## Image accessible on Docker hub -This image is automatically built and published into [Docker Hub][apiman_dockerhub]. +This image is automatically built and published into [Docker Hub](https://registry.hub.docker.com/u/apiman/on-wildfly9/). ## How to extend the image @@ -37,5 +37,3 @@ And then run it like: docker run -it --rm -p 8080:8080 -p 9990:9990 -p 8787:8787 myname/apiman-on-wildfly9 - -[apiman_dockerhub]:https://registry.hub.docker.com/u/apiman/on-wildfly9/