-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scale command is not creating the network #2602
Comments
I don't think It's possible we could have |
+1 on creating default network. Added comments to #2496. |
This seems to reference Compose 1.5. @arun-gupta do you still experience this issue with Compose 1.6 or 1.7? Thank you! |
We experienced the same issue, it's kind of misleading that scale can replace up but then does not create the network. |
I experienced the same problem after I upgraded to a version 2 YAML file and dockercloud-haproxy. Using Docker for Mac. docker-compose version 1.8.0, build f3628c7 ERROR: for nginxhhvmdocker_web_2 Cannot create container for service web: network nginxhhvmdocker_default not found |
I met this error by
So I tried This behavious is confused. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it had not recent activity during the stale period. |
I too encountered this but solved using the command docker-compose up --scale risk-analysis-service=10 i.e used up and --scale |
Starting a Docker Compose application using the following configuration file:
as:
docker-compose --x-networking scale mycouchbase=3
. Note, this is the direct command given as opposed todocker --x-networking up -d
first.It fails with the following error:
Scale command should be able to create the network if it does not already exist.
The text was updated successfully, but these errors were encountered: