Apps should have runtipi label #3919
Closed
ahmedrowaihi
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
Totally agree, @meienberger should be easy to add. Think that in the main docker compose that all apps inherit no ? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
all apps compose.yml in store should have label
runtipi.managed=true
this way host could easily distinguish between apps running managed by runtipi or it's by other processes
it also make uninstalls/pruning easier with docker filter
docker container prune -f --filter "label=runtipi.managed=true"
Beta Was this translation helpful? Give feedback.
All reactions