Skip to content

Commit ff156ed

Browse files
fix formatting
1 parent eab1514 commit ff156ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
2626
## Services
2727

2828
| Command | Description |
29+
|----------------------------------------------------------------------------|-------------------------------------------------------|
2930
| `docker stack ls` | List stacks or apps |
3031
| `docker stack deploy -c <composefile> <appname>` | Run the specified Compose file |
3132
| `docker service ls` | List running services associated with an app |
@@ -37,6 +38,7 @@ From [Docker Tutorial](https://docs.docker.com/get-started/).
3738
## Swarms / Clusters
3839

3940
| Command | Description |
41+
|----------------------------------------------------------------------------|-------------------------------------------------------|
4042
| `docker-machine create --driver virtualbox myvm1` | Create a VM (Mac, Win7, Linux) |
4143
| `docker-machine create -d hyperv --hyperv-virtual-switch "myswitch" myvm1` | Win10 |
4244
| `docker-machine env myvm1` | View basic information about your node |

0 commit comments

Comments
 (0)