Updated README to have up-to-date steps to clean up spare docker images

This commit is contained in:
2024-03-16 18:25:51 -06:00
parent 52d261b06f
commit eb3ce38562
+1 -2
View File
@@ -20,8 +20,7 @@ docker compose up --rm managarr && docker compose down
This demo will download a handful of docker images. To clean up after this demo, run the following command: This demo will download a handful of docker images. To clean up after this demo, run the following command:
```shell ```shell
docker image rm darkalex17/managarr &&\ docker image rm lscr.io/linuxserver/radarr &&\
docker image rm lscr.io/linuxserver/radarr &&\
docker image rm lscr.io/linuxserver/prowlarr &&\ docker image rm lscr.io/linuxserver/prowlarr &&\
rm -rf /tmp/managarr* rm -rf /tmp/managarr*
``` ```