You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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=10
but 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.The text was updated successfully, but these errors were encountered: