tom472 / mediabox

Container based media tools configuration
MIT License
428 stars 83 forks source link

Way to not install/uninstall/disable programs not being used #49

Closed WoosterInitiative closed 6 years ago

WoosterInitiative commented 6 years ago

I use Sonarr/Radarr, would like to be able to free up resources by not having Sickbeard and CouchPotato installed. Also, minio, etc.

tom472 commented 6 years ago

What resources are you looking to free up?

All you need to do is go into Portainer and stop any of the containers that you do not want/use and they will stop. And as long as they are "stopped" properly even with reboots etc. they will remain in a stopped state.

After that the only "resource" being used up those containers would be like 500MB of storage space.

Do you need something more than that?

I previously looked at coding a walk-through of do you want this container or do you want that container ... But it ends up adding way to much code for the now 16 containers that Mediabox is running by the time it is up and running that it just doesn't seem worthwhile when Portainer can be used to stop and unused containers.

tom472 commented 6 years ago

@WoosterInitiative Was this suggestion helpful enough for you? Do you have additional questions?

WoosterInitiative commented 6 years ago

It is helpful... As a learning experience I'm going to play with a fork, but I think I've got what I need! Thanks!

On Tue, Jul 10, 2018, 7:34 PM Tom Morgan notifications@github.com wrote:

@WoosterInitiative https://github.com/WoosterInitiative Was this suggestion helpful enough for you? Do you have additional questions?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/tom472/mediabox/issues/49#issuecomment-404025575, or mute the thread https://github.com/notifications/unsubscribe-auth/ALRili-PtJRGHC70uuHCdnWWsCyaqIkvks5uFWREgaJpZM4VGpDC .

tom472 commented 6 years ago

OK sounds good.