You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removal would just remove the container and optionally remove the dns record tied to the machine (unsure if we should mess with dns)
Purge would remove the container and prompt the user if any of the found opt folders (common ones excluded) should be removed as well. Prompt to confirm any data removal.
If we decide to manage the removal of dns records we could add additional label(s) to specify which are tied to the container instead of hoping traefik labels will stay in the same format.
As currently constructed this would be scoped to container based apps and multiple containers in the same app would still need some kind of label pairing (fairly easy to add going forward) to link them together for this tool to more easily find them in one go. Removal of the paired containers could be optional.
The text was updated successfully, but these errors were encountered:
Removal would just remove the container and optionally remove the dns record tied to the machine (unsure if we should mess with dns)
Purge would remove the container and prompt the user if any of the found opt folders (common ones excluded) should be removed as well. Prompt to confirm any data removal.
Suggested template for looking up the folders
If we decide to manage the removal of dns records we could add additional label(s) to specify which are tied to the container instead of hoping traefik labels will stay in the same format.
As currently constructed this would be scoped to container based apps and multiple containers in the same app would still need some kind of label pairing (fairly easy to add going forward) to link them together for this tool to more easily find them in one go. Removal of the paired containers could be optional.
The text was updated successfully, but these errors were encountered: