Skip to content

API - Expose the user-set docker container name #1316

@nedevski

Description

@nedevski

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 workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions