Skip to content

Commit 820c1a0

Browse files
committed
Fix arun-gupta#14 - Add a standalone WildFly Image to the registry
1 parent d94a4ed commit 820c1a0

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

attendees/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ java -jar jboss-devstudio-8.1.0.GA-jar_universal.jar
103103
----
104104

105105
## Add a host entry for your dockerhost
106-
To make it easiert to access the containers we add an entry into the host mapping table............................................................................
106+
To make it easiert to access the containers we add an entry into the host mapping table.
107107
First, find out the IP address of your machine:
108108

109109

instructor/readme.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And save to c:\Users\<username>\docker\docker.exe
3636
----
3737

3838
## Install Docker compose
39-
We use compose to make the setup for the instructor as easy as possible. The link:https://github.com/arun-gupta/docker-java/blob/master/instructor/docker-compose.yml[docker-compose.yml] contains all the instructions for the tool to setup and start the infrastructure............................................................................
39+
We use compose to make the setup for the instructor as easy as possible. The link:https://github.com/arun-gupta/docker-java/blob/master/instructor/docker-compose.yml[docker-compose.yml] contains all the instructions for the tool to setup and start the infrastructure.
4040
Learn more about it by visiting the link:https://docs.docker.com/compose/[Docker Compose Website].
4141

4242

@@ -165,10 +165,15 @@ docker exec instructor_gitlab_1 bash -c "cd /home/git/data/repositories/root; gi
165165
docker build -t "instructor/ticketmonster-pgsql-wildfly" dockerfiles/ticketmonster-pgsql-wildfly/
166166
----
167167

168-
## Put the ticketmonster-pgsql-wildfly and postgres images on the local registry
168+
## Put the wildfly, ticketmonster-pgsql-wildfly and postgres images on the local registry
169169

170170
[source, text]
171171
----
172+
# Wildfly
173+
docker pull jboss/wildfly
174+
docker tag jboss/wildfly localhost:5000/wildfly
175+
docker push localhost:5000/wildfly
176+
172177
# Ticket-monster+PGSQ+WildFly
173178
docker tag instructor/ticketmonster-pgsql-wildfly localhost:5000/ticketmonster-pgsql-wildfly
174179
docker push localhost:5000/ticketmonster-pgsql-wildfly

0 commit comments

Comments
 (0)