Skip to content

Commit 8f047ce

Browse files
fix formatting
1 parent ff156ed commit 8f047ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
4040
| Command | Description |
4141
|----------------------------------------------------------------------------|-------------------------------------------------------|
4242
| `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) |
4444
| `docker-machine env myvm1` | View basic information about your node |
4545
| `docker-machine ssh myvm1 "docker node ls"` | List the nodes in your swarm |
4646
| `docker-machine ssh myvm1 "docker node inspect <node ID>"` | Inspect a node |

0 commit comments

Comments
 (0)