Skip to content

Commit aec6563

Browse files
committed
docs(docker/cheatsheet): Fixed some typos
1 parent 0c32f5b commit aec6563

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/cheatsheet/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Here's the list of Docker image transfer commands:
7474

7575
<br>
7676

77-
![Image Transfer Comnands](https://raw.githubusercontent.com/sangam14/dockercheatsheets/master/dockercheatsheet6.png)
77+
![Image Transfer Commands](https://raw.githubusercontent.com/sangam14/dockercheatsheets/master/dockercheatsheet6.png)
7878

7979

8080
## Builder Main Commands
@@ -504,8 +504,8 @@ services:
504504
- "somehost:192.168.1.100"
505505
```
506506
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
509509
510510
```
511511
docker service ls
@@ -549,7 +549,7 @@ docker stack rm stack_name
549549
```
550550
To kill all running containers
551551
```
552-
docker kill $(docekr ps -q )
552+
docker kill $(docker ps -q )
553553
```
554554

555555

@@ -561,7 +561,7 @@ docker kill $(docekr ps -q )
561561

562562
## Support and Community
563563

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.
565565
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.
566566

567567

0 commit comments

Comments
 (0)