docker-network-connect (1) Linux Manual Page
docker-network-connect – Connect a container to a network Synopsisdocker network connect [OPTIONS] NETWORK CONTAINER DescriptionConnects a container to a network. You can connect a container by name or by ID. Once connected, the container can communicate with other containers in the same network. $ docker network connect multi-host-network container1 You can also use the docker…
