Skip to content

Commit c93cf7d

Browse files
committed
adding some instructions specific to Windows, some more clarification - JavaZone 2015
1 parent 08ff377 commit c93cf7d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

chapters/docker-setup.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ docker-machine create --driver=virtualbox lab
7272
eval "$(docker-machine env lab)"
7373
----
7474
+
75+
Use the following command on Windows:
76+
+
77+
[source, text]
78+
----
79+
(docker-machine env lab --shell cmd
80+
----
81+
+
82+
And then execute all the `set` commands.
83+
+
7584
. To make it easier to start/stop the containers, an entry is added into the host mapping table of your operating system. Find out the IP address of your machine:
7685
+
7786
[source, text]
@@ -142,6 +151,8 @@ Follow the on-screen instructions to complete the installation process.
142151

143152
### Pull Docker images
144153

154+
IMPORTANT: These commands need to be issued from the shell or command prompt where `docker-machine env lab` and associated commands were issued.
155+
145156
[source, text]
146157
----
147158
docker pull jboss/wildfly

0 commit comments

Comments
 (0)