You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/cheatsheet/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Here's the list of Docker image transfer commands:
74
74
75
75
<br>
76
76
77
-

77
+

78
78
79
79
80
80
## Builder Main Commands
@@ -504,8 +504,8 @@ services:
504
504
- "somehost:192.168.1.100"
505
505
```
506
506
507
-
### sevices
508
-
To view list of all the services runnning in swarm
507
+
### services
508
+
To view list of all the services running in swarm
509
509
510
510
```
511
511
docker service ls
@@ -549,7 +549,7 @@ docker stack rm stack_name
549
549
```
550
550
To kill all running containers
551
551
```
552
-
docker kill $(docekr ps -q )
552
+
docker kill $(docker ps -q )
553
553
```
554
554
555
555
@@ -561,7 +561,7 @@ docker kill $(docekr ps -q )
561
561
562
562
## Support and Community
563
563
564
-
If you do get enough interest to contributer to this Cheat Sheet, the community at Collabnix is available to support you.
564
+
If you do get enough interest to contribute to this Cheat Sheet, the community at Collabnix is available to support you.
565
565
Feel free to raise PR and get your favorite Cheat Sheet added to the list via [PR](https://github.com/collabnix/dockerlabs/pulls), or you can connect to us either on Slack or Discord server.
0 commit comments