File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
26
26
## Services
27
27
28
28
| Command | Description |
29
+ | ----------------------------------------------------------------------------| -------------------------------------------------------|
29
30
| ` docker stack ls ` | List stacks or apps |
30
31
| ` docker stack deploy -c <composefile> <appname> ` | Run the specified Compose file |
31
32
| ` docker service ls ` | List running services associated with an app |
@@ -37,6 +38,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
37
38
## Swarms / Clusters
38
39
39
40
| Command | Description |
41
+ | ----------------------------------------------------------------------------| -------------------------------------------------------|
40
42
| ` docker-machine create --driver virtualbox myvm1 ` | Create a VM (Mac, Win7, Linux) |
41
43
| ` docker-machine create -d hyperv --hyperv-virtual-switch "myswitch" myvm1 ` | Win10 |
42
44
| ` docker-machine env myvm1 ` | View basic information about your node |
You can’t perform that action at this time.
0 commit comments