-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Labels
Milestone
Description
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.
Reactions are currently unavailable