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

containers-by-image view collapses all images provided by a docker registry on non-standard port #820

Closed
kawaja opened this issue Jan 15, 2016 · 1 comment
Assignees
Milestone

Comments

@kawaja
Copy link

kawaja commented Jan 15, 2016

When using images from a docker registry on a non-standard port, it looks like the logic to collapse multiple versions of the same image is also collapsing all containers from the registry.

e.g.

docker-registry.domain.name:5000/image1
docker-registry.domain.name:5000/image2

are both displayed as docker-registry.domain.name in the containers-by-image view.

adding a version doesn't help:

docker-registry.domain.name:5000/image3:latest

is also collapsed into docker-registry.domain.name.

@tomwilkie tomwilkie self-assigned this Jan 15, 2016
@tomwilkie
Copy link
Contributor

@kawaja good catch, thanks for the report! I'll fix this right away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants