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
sv start app - launches the docker-compose thing just fine
sv stop app - stops docker-compose process itself but for unknown reason it leaves the containers running
Is there any chance to have the stop command to stop containers as well? I thought that is what docker-compose should do when it gets stopped by RUnit.
The text was updated successfully, but these errors were encountered:
I would like to have a RUnit service to supervise a set of containers launched by docker-compose tool, here's my the runit script:
In
/etc/sv/app/run
In
docker-compose.yml
Here's what I have then:
sv start app
- launches the docker-compose thing just finesv stop app
- stopsdocker-compose
process itself but for unknown reason it leaves the containers runningIs there any chance to have the stop command to stop containers as well? I thought that is what docker-compose should do when it gets stopped by RUnit.
The text was updated successfully, but these errors were encountered: