File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
40
40
| Command | Description |
41
41
| ----------------------------------------------------------------------------| -------------------------------------------------------|
42
42
| ` docker-machine create --driver virtualbox myvm1 ` | Create a VM (Mac, Win7, Linux) |
43
- | ` docker-machine create -d hyperv --hyperv-virtual-switch "myswitch" myvm1 ` | Win10 |
43
+ | ` docker-machine create -d hyperv --hyperv-virtual-switch "myswitch" myvm1 ` | Create a VM (Win10) |
44
44
| ` docker-machine env myvm1 ` | View basic information about your node |
45
45
| ` docker-machine ssh myvm1 "docker node ls" ` | List the nodes in your swarm |
46
46
| ` docker-machine ssh myvm1 "docker node inspect <node ID>" ` | Inspect a node |
You can’t perform that action at this time.
0 commit comments