mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Manage Docker Container labels #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lancepioch on GitHub (May 17, 2024).
Originally assigned to: @iamkubi on GitHub.
Discussed in https://github.com/pelican-dev/panel/discussions/11
Originally posted by DaniDipp April 12, 2024
I would like to see better management of the docker containers - especially being able to modify the container name, environment variables and labels.
The labels especially would be great for integration with my traefik reverse proxy.
@iamkubi commented on GitHub (May 20, 2024):
Container name and labels make sense. Environment variables can already be managed through egg variables.
@iamkubi commented on GitHub (Jun 2, 2024):
Labels work now.
Container name is required to be unique so making it configurable would require some more API and UI work to handle conflicts. The name is already set to the server UUID which is sufficient for identification, if not easily human readable.