Skip to content

Commit 8aa0df7

Browse files
authored
Update README.md
1 parent e8a4f52 commit 8aa0df7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cheatsheet/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
## Docker CLI Cheatsheet
3+
24
# Stop and Remove ALL containers
35
docker stop $(docker ps -aq); docker rm $(docker ps -aq)
46

0 commit comments

Comments
 (0)