Skip to content

Commit 1315fe1

Browse files
committed
Update README.md
1 parent 4df6fbe commit 1315fe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ to remove external certbot-etc and portainer and the other volumes
192192
docker volume rm $(docker volume ls -q)
193193
```
194194

195+
to remove portainer and the other images
196+
```
197+
docker rmi $(docker image ls -q)
198+
```
199+
195200
### Project from existing source
196201

197202
Copy all files into a new directory:

0 commit comments

Comments
 (0)