Slide 7
Slide 7 text
Run an Image as a Container
• No different DEV, CIT, PRD environments
• Exactly one environment: the container
• The same container runs on
your machine, Jenkins, AWS, etc
• Expect your build to be identical on localhost, Jenkins, and prd.
• Now, your source repo captures as much as possible about the
application.
• DevOps people are experts. Use their images as base.