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

Show connected containers in network view #1002

Closed
stuartthomson opened this issue Jun 18, 2019 · 5 comments · Fixed by #2652
Closed

Show connected containers in network view #1002

stuartthomson opened this issue Jun 18, 2019 · 5 comments · Fixed by #2652

Comments

@stuartthomson
Copy link
Contributor

I would like to be able to see which containers are connected to a docker network. This would allow me to quickly see that for example my docker-compose file created the network I imagined it would and correctly attached the containers. It also would allow me to quickly know which containers I should be able to see when inside an interactive prompt of a container. Preferably I would also be able to use this view to interact with the containers including disconnecting them from the network.

I often find myself having to do a docker network inspect NETWORK_NAME to find this information, and would prefer to always have it visible.

@eine
Copy link

eine commented Jun 18, 2019

@stuartthomson meanwhile, you might find https://github.com/portainer/portainer/ useful.

@ejizba
Copy link
Member

ejizba commented Jun 18, 2019

@stuartthomson the settings stuff is merged in master. You're welcome to take a stab at adding containers, but take a look at the "Group By" setting for both the containers view and networks view first (There should be a gear icon for each view). I'm curious if we could group containers by network in the containers view which sounds simpler than adding containers to the networks view.

As an aside, feel free to take a look at the settings for the network view and add any more you think are useful or let me know if you think we should change the defaults

@ejizba ejizba added this to the 0.7.0 milestone Jun 18, 2019
@stuartthomson
Copy link
Contributor Author

@EricJizbaMSFT I'll take a look at this, thanks for the heads up!

@bwateratmsft
Copy link
Contributor

bwateratmsft commented Jan 14, 2021

Related to #2592, so I'll put this into 1.10.0 milestone.

@bwateratmsft
Copy link
Contributor

This is now released in Docker extension version 1.10.0.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants