Quickly learn How to remove several Docker networks at once with WhaleDeck Shorts. Clear, step-by-step guides for Docker.
The answer is quite simple. The following command shows how to remove the two networks with the names network_1 and network_2 at once.
docker network rm network_1 network_2