DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Bridge Network in Docker

5 years ago medium.com
Bridge Network in Docker

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Here is an hands on tutorial on docker bridge networks. This command will list all the docker networks currently running on the host machine which is generally your computer.

The ip of the containers is specified in the response from docker network inspect bridge under the Containers key.

To connect a container to a user defined bridge, the name of the network should be explicitly specified in the docker run command while creating the container

The command to see the network drivers in docker is: Docker uses the libnetwork which is an implementation of the Container Network Model.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com