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
I am in this situation where I want to run one of the image as a part of docker-compose, but that image should do it work and then exit. But as soon as that container exits the whole composition is taken down.
Is there a way to allow running containers which are allowed to exit from a composition once the work is done?
Regards,
Tarun
The text was updated successfully, but these errors were encountered:
It will be in Compose 1.5.0, so not for a while. For now, you can work around it by using docker-compose up -d && docker-compose logs instead of docker-compose up.
Hello,
I am in this situation where I want to run one of the image as a part of docker-compose, but that image should do it work and then exit. But as soon as that container exits the whole composition is taken down.
Is there a way to allow running containers which are allowed to exit from a composition once the work is done?
Regards,
Tarun
The text was updated successfully, but these errors were encountered: