Network
Docker allows containers to communicate between each other. This can be done via Docker networks. Below are the Docker network commands:
Create
To create a new Docker network.
Connect
To connect a container to a network.
Disconnect
To disconnect a container from a network.
Inspect
To display information about a Docker network.
List
To list all the networks.
Remove
To remove one or more networks.
Last updated