Skip to content

Commit 4c19892

Browse files
committed
Clean-up instructions are added
1 parent 6c64f9e commit 4c19892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ here are some good examples:
6565
### complete clean-up
6666
```bash
6767
docker rm $(docker ps -a -q) ; docker rmi -f $(docker images -q)
68+
69+
docker system prune -f
6870
```
6971

7072
### Authentication

0 commit comments

Comments
 (0)