-
Couldn't load subscription status.
- Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
No
Describe the solution you'd like
When querying information about docker containers, currently there is no easy way to understand which container is which. It would be useful to have the user-set container name exposed as well.
Example:
query ExampleQuery {
docker {
containers {
container_name
}
}
}Describe alternatives you've considered
I could differentiate on image names, but that's not that easy to read/use.
Pre-submission Checklist
- I have searched existing issues to ensure this feature hasn't already been requested
- This is not an Unraid Connect related feature (if it is, please submit via the support form instead)
- I have provided clear examples or use cases for the feature
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request