Docker - Production Patterns
You want to deploy a multi-container Docker app in production with these goals:
- Automatically restart containers on failure
- Monitor container health and alert if unhealthy
- Ensure containers start in correct order
Which combination of Docker Compose features best achieves this?
- Automatically restart containers on failure
- Monitor container health and alert if unhealthy
- Ensure containers start in correct order
Which combination of Docker Compose features best achieves this?
