Skip to content

Commit 7078aa9

Browse files
committed
Update README.md
1 parent d4770f3 commit 7078aa9

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

192+
to remove portainer and the other images
193+
```
194+
docker rmi $(docker image ls -q)
195+
```
196+
192197
### Project from existing source
193198

194199
Copy all files into a new directory:

0 commit comments

Comments
 (0)