Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
modified the readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Feb 1, 2016
1 parent 2f5592d commit f3332de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions on-wildfly8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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

docker build -t="apiman/on-wildfly8" --rm .

## 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
Expand All @@ -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/
6 changes: 2 additions & 4 deletions on-wildfly9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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

docker build -t="apiman/on-wildfly9" --rm .

## 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
Expand All @@ -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/

0 comments on commit f3332de

Please sign in to comment.