dockersamples/docker-swarm-visualizer

Can we display container name rather than image name in the visualizer?

deanmax opened this issue · 6 comments

Can we display container name rather than image name in the visualizer?

@deanmax Container names in Swarm Mode are not that interesting. However, service name might be more interesting. Is that what you're going for?

@ManoMarks, what I want to see in the visualizer is the service name that I manually specified when creating the service. For now only image name of the service is displayed on the visualizer dashboard, which doesn't make much sense if I have multiple services running with the same image.

SGTM

+1 service name. I have multiple services all using the same container and container tag.

Running docker service create --name my-test-service memcached will produce the following:

service-name