Create a network
List networks
Display detailed network information
Connect a container to a network
docker network connect
Adds a container to an existing network while the container is running.
Connect container to network
docker network connect my_network my_container
Create and start a new container
Start one or more stopped containers
Stop one or more running containers