Slide 9
Slide 9 text
How do I use Docker in production?
• Choose your deployment target (a hosted service such as
Hyper.sh, roll our own, or some orchestration tool)
• Configure health checks (either in the Dockerfile or via your
orchestration tool)
• Integrate your target with your metric collection tools (Most tools
have integrations with the docker daemon or orchestration tool)
• Connect your CI system to trigger deployments