Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in DevOps and Agile by (2.3k points)
edited by

Hey there, which docker command is used to inspect a docker bridge network?

1 Answer

0 votes
by (6.9k points)

First list all the network present:

$ sudo docker network ls

Find the bridge network which you want to inspect,

then use this command to inspect it:

$ sudo docker network inspect <name_of_network>

This should give you all the details about the bridge network.

Hope this helped :)


Learn docker through the problems and project in docker training course

Browse Categories

...