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

no container hierarchy #34

Open
richard-delorenzi opened this issue Jan 10, 2017 · 0 comments
Open

no container hierarchy #34

richard-delorenzi opened this issue Jan 10, 2017 · 0 comments

Comments

@richard-delorenzi
Copy link

Image stuff does exactly what I wanted. I did not need container visualisation, but I tried it anyway. However it did not work.

output of type dockviz

dockviz is aliased to 'sudo --group docker docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz'

Version: dockviz v0.5.0

Output from dockviz containers --dot

digraph docker {
 "condescending_jang" [label="condescending_jang\nc92e9cbe8955",shape=box,fillcolor="paleturquoise",style="filled,rounded"];
 "my3" [label="my3\n226d599edb13",shape=box,fillcolor="paleturquoise",style="filled,rounded"];
 "my2" [label="my2\n9e351c935ef7",shape=box,fillcolor="paleturquoise",style="filled,rounded"];
 "my1" [label="my1\n6cedc6ca3962",shape=box,fillcolor="paleturquoise",style="filled,rounded"];
}

Output of sudo --group docker docker ps -a

CONTAINER ID        IMAGE               COMMAND                CREATED              STATUS              PORTS               NAMES
226d599edb13        my-nginx:latest     "nginx -g 'daemon of   About a minute ago                                           my3    
9e351c935ef7        my-nginx:latest     "nginx -g 'daemon of   19 minutes ago                                               my2    
6cedc6ca3962        my-nginx:latest     "nginx -g 'daemon of   19 minutes ago       Up 19 minutes       80/tcp, 443/tcp     my1 

As you can see it is not graying out non-running containers, and not linking them to images.

Thanks,
Richard.

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

1 participant