Connect a container to a network
Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
List networks
Create a network
docker network create
Creates a new Docker network for container communication.
Create custom bridge network
docker network create my_network
Display detailed network information
Create a volume
Create and start a new container