Skip to content

Commit 6b01222

Browse files
committed
Update README.md
1 parent 3f0d91c commit 6b01222

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

190+
to remove portainer and the other images
191+
```
192+
docker rmi $(docker image ls -q)
193+
```
194+
190195
### Project from existing source
191196

192197
Copy all files into a new directory:

0 commit comments

Comments
 (0)