docker network create my-network
Meaning: Creates a new Docker network. Usage: To create a custom network for containers to communicate. Example: docker network create my-network creates a network named my-network.
my-network