File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ $ docker-machine create --driver ddcloud \
148
148
On Windows just remove the backslashes so the whole command is on a single line.
149
149
150
150
```
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
152
152
```
153
153
You can check the IP address of the new host, and locate security artifacts, with following command.
154
154
@@ -175,7 +175,7 @@ $ eval $(docker-machine env mcp-eu6-01)
175
175
On Windows you may have to use following command instead:
176
176
177
177
```
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
179
179
```
180
180
181
181
As an example, let's try running the official Nginx container:
@@ -241,7 +241,7 @@ $ eval $(docker-machine env mcp-eu6-02)
241
241
And on Windows:
242
242
243
243
```
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
245
245
```
246
246
247
247
## How to execute commands on the host?
You can’t perform that action at this time.
0 commit comments