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.

Docker compose containers editable in Unraid UI

Featured Replies

Hi all. I need some assistance.

 

All my docker containers are in docker compose except for one, Dockge, this is what I use to manage my docker compose. I have used portainer in the past and also the docker compose plugin for unraid but I feel that Dockge works better. 

 

Now my problem is, when you create a container outside of the Unraid UI, you can not edit or make changes to that container in the Unraid UI. Like if you click on the icon, there is no edit option (See attached Image1.png). This is how it should be. Now I have a compose file for my Arr-services, and all the containers in there work as expected, i can not edit them in the Unraid UI, expect for one. For some reason Unraid still allows me to edit the container (See attached Image2.png). Now this itself wont be an issue, but the issue come once a week when I do Appdata backups. I use the unraid plugin for this so it stops all the containers, does the backup and starts them again. 
 

When the plugin stops the containers to do the backups, it removes all the containers (as it should) but it doesnt remove the prowlarr container, it just stops it. When the backup is done and it wants to start all the containers again, the whole stack fails to start because there is already a container with the name Prowlarr. I then need to manually go and stop the stack, remove the container from Unraid UI and then I can start the stack again. 

How can I solve this issue? Any tips would be appreciated. 

 

Thanks all. 

Image1.png

Image2.png

  • Author

This is the message I get

image.thumb.png.db21c9b3b364c61a4811c694116e0d93.png
 

 

and for some reason its still in unraid

image.thumb.png.9efa85c19c873de6fa63c4e2e016fdcb.png

 

 

image.png

Edited by XenoUniv3rse

  • 3 months later...

I know, old post but I ended up here searching for something different, maybe others come across this too and I know the answer... so:

unraid >> apps >> previous apps >> tick / mark what you want to remove >> delete button

  • Community Expert

We call that dangling images.

docker ps
to list running

 

docker stop %name
Docker kill %name

This is also Sometimes viewable in the unraid docker tab.
 Advance toggle at top right and delete orphaned images..

User script comes prepackaged with a script to delete them:

the script:
 

#!/bin/bash

docker rmi $(docker images --quiet --filter "dangling=true")

echo Finished
echo if an error shows above, no dangling images were found to delete

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.