Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Incomplete docker image removal?

Featured Replies

Hi - I was trying to upgrade two docker containers (binhex/arch-madsonic and needo/plex). I used the unraid gui to stop the containers and remove the images before pulling in the new images. I am uncertain what happened since removal of the images seems to have stalled for a long time (> 30 mins). The page output was blank, I closed the window. I now see that the images seem corrupted and unable to remove them from command line as well.

 

Copied below is a screenshot from the gui for dockers and also codes from the terminals.

 

root@Tower:/boot# docker images
REPOSITORY                     TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
<none>                         <none>              600f116b71d2        9 weeks ago         1.142 GB
lonix/btsync                   latest              a5a41c440ad3        3 months ago        422.3 MB
gfjardim/logitechmediaserver   latest              9ea52a152291        4 months ago        882.5 MB
gfjardim/crashplan             latest              788c1027ec0e        4 months ago        990 MB
needo/plex                     latest              7513a7c079c8        4 months ago        722.8 MB
smdion/docker-htpcmanager      latest              09054a45505d        5 months ago        526.1 MB
needo/couchpotato              latest              ca69334311ca        6 months ago        530 MB

 

root@Tower:/boot# docker rmi -f 600f116b71d2
Error response from daemon: No such image: 600f116b71d2
2015/01/14 08:57:10 Error: failed to remove one or more images
root@Tower:/boot# docker rmi -f 7513a7c079c8
Error response from daemon: No such image: 7513a7c079c8
2015/01/14 08:57:22 Error: failed to remove one or more images

 

root@Tower:/boot# docker rmi needo/plex
Error response from daemon: No such image: needo/plex
2015/01/14 09:05:58 Error: failed to remove one or more images

 

How do I remove these two containers so I can pull in updated versions?

container.jpg.2309247a2b975e653018edef1335b343.jpg

  • 2 months later...

Thought I would add what I did when a container caused the docker webGUI to not show the control popup (start|stop|remove,etc)

 

In shell ran:

 

docker ps -a

 

Find the docker PID you want to kill or remove. Let's say mine is: 893bdeff01aa

 

docker kill  893bdeff01aa

 

docker rm 893bdeff01aa

 

Done. webGui should work with offending docker removed.

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.