Quickly learn How to disconnect a running Docker container from a Docker network with WhaleDeck Shorts. Clear, step-by-step guides for Docker.
The answer is quite simple. The following command shows how to disconnect the Docker container my_container from the Docker network my_network.
docker network disconnect my_network my_container