Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include labels of docker containers #888

Open
VeloAddict opened this issue Feb 14, 2024 · 0 comments
Open

Include labels of docker containers #888

VeloAddict opened this issue Feb 14, 2024 · 0 comments

Comments

@VeloAddict
Copy link

VeloAddict commented Feb 14, 2024

Is your feature request related to a problem? Please describe.
The returned containers don't include the labels. (this is considered metadata)

Describe the solution you'd like
Include the labels from each container.

docker inspect [container-name]
....
"Config": {
    ...
    "Labels": {
                ...
                "org.label-schema.license": "MIT",
                "org.label-schema.schema-version": "1.0",
                ...
    }
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants