Skip to content
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

docker-compose create --scale #10204

Closed
mhoangvslev opened this issue Jan 25, 2023 · 0 comments · Fixed by #10208
Closed

docker-compose create --scale #10204

mhoangvslev opened this issue Jan 25, 2023 · 0 comments · Fixed by #10208

Comments

@mhoangvslev
Copy link

Description

Use case:
Have the service A and I want to eventually deploy 10 containers of that service. I can do docker-compose up --scale A=10but it starts all 10 containers and use up all my ressources. I want to be able to create the 10 containers, then activate one/several of them at any point in time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants