File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ $ docker-machine create --driver ddcloud \
148148On Windows just remove the backslashes so the whole command is on a single line.
149149
150150```
151- > docker-machine create --driver ddcloud --ddcloud-region EU --ddcloud-datacenter EU6 --ddcloud-networkdomain 'DockerMachineFox' --ddcloud-vlan 'DockerMachineNetwork' --ddcloud-ssh-key ~/.ssh/id_rsa mcp-eu6-01
151+ C:\> docker-machine create --driver ddcloud --ddcloud-region EU --ddcloud-datacenter EU6 --ddcloud-networkdomain 'DockerMachineFox' --ddcloud-vlan 'DockerMachineNetwork' --ddcloud-ssh-key ~/.ssh/id_rsa mcp-eu6-01
152152```
153153You can check the IP address of the new host, and locate security artifacts, with following command.
154154
@@ -175,7 +175,7 @@ $ eval $(docker-machine env mcp-eu6-01)
175175On Windows you may have to use following command instead:
176176
177177```
178- >@FOR /f "tokens=*" %i IN ('docker-machine env mcp-eu6-01') DO @%i
178+ C:\ >@FOR /f "tokens=*" %i IN ('docker-machine env mcp-eu6-01') DO @%i
179179```
180180
181181As an example, let's try running the official Nginx container:
@@ -241,7 +241,7 @@ $ eval $(docker-machine env mcp-eu6-02)
241241And on Windows:
242242
243243```
244- >@FOR /f "tokens=*" %i IN ('docker-machine env mcp-eu6-02') DO @%i
244+ C:\ >@FOR /f "tokens=*" %i IN ('docker-machine env mcp-eu6-02') DO @%i
245245```
246246
247247## How to execute commands on the host?
You can’t perform that action at this time.
0 commit comments