Skip to content

Commit 413b953

Browse files
committed
Update README.md
1 parent c521cdc commit 413b953

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
@@ -191,6 +191,11 @@ to remove external certbot-etc and portainer and the other volumes
191191
docker volume rm $(docker volume ls -q)
192192
```
193193

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

196201
Copy all files into a new directory:

0 commit comments

Comments
 (0)