-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 unable to restart its container if the master docker has been restarted #1610
Comments
This would require |
@aanand When the |
…ive issue When #docker-compose #up command is used, it may attach to user #tty to print logs. During an #up session, if #docker daemon is restarted (any reason), #docker-compose is unable to reconnect to #docker Api (#docker-compose should has a #reconnect feature). it will print ConnectionError exception to #stdout, and keeps running without any useful information, while all project containers actually exit. This fix is useful when you use #supervisor to launch "#docker-compose up".
…ive issue When #docker-compose #up command is used, it may attach to user #tty to print logs. During an #up session, if #docker daemon is restarted (any reason), #docker-compose is unable to reconnect to #docker Api (#docker-compose should has a #reconnect feature). it will print ConnectionError exception to #stdout, and keeps running without any useful information, while all project containers actually exit. This fix is useful when you use #supervisor to launch "#docker-compose up".
…ive issue When #docker-compose #up command is used, it may attach to user #tty to print logs. During an #up session, if #docker daemon is restarted (any reason), #docker-compose is unable to reconnect to #docker Api (#docker-compose should has a #reconnect feature). it will print ConnectionError exception to #stdout, and keeps running without any useful information, while all project containers actually exit. This fix is useful when you use #supervisor to launch "#docker-compose up". Signed-off-by: Ky-Anh Huynh <[email protected]>
…ive issue When #docker-compose #up command is used, it may attach to user #tty to print logs. During an #up session, if #docker daemon is restarted (any reason), #docker-compose is unable to reconnect to #docker Api (#docker-compose should has a #reconnect feature). it will print ConnectionError exception to #stdout, and keeps running without any useful information, while all project containers actually exit. This fix is useful when you use #supervisor to launch "#docker-compose up".
…ive issue When #docker-compose #up command is used, it may attach to user #tty to print logs. During an #up session, if #docker daemon is restarted (any reason), #docker-compose is unable to reconnect to #docker Api (#docker-compose should has a #reconnect feature). it will print ConnectionError exception to #stdout, and keeps running without any useful information, while all project containers actually exit. This fix is useful when you use #supervisor to launch "#docker-compose up". Signed-off-by: Ky-Anh Huynh <[email protected]>
…ive issue When #docker-compose #up command is used, it may attach to user #tty to print logs. During an #up session, if #docker daemon is restarted (any reason), #docker-compose is unable to reconnect to #docker Api (#docker-compose should has a #reconnect feature). it will print ConnectionError exception to #stdout, and keeps running without any useful information, while all project containers actually exit. This fix is useful when you use #supervisor to launch "#docker-compose up". Signed-off-by: Ky-Anh Huynh <[email protected]>
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. |
The issue is probably fixed in the latest version of docker-compose. |
How to reproduce
Excpected behavior
: docker-compose restart its containersSample error logs
From
docker-compose
whendocker
daemon has been restartedThe text was updated successfully, but these errors were encountered: