docker network create app-backend
This command will create a simple bridged network called appBackend. No containers are attached to this network by default.
appBackend