Docker in Continuous Integration: Part 1
This blog series covers three Docker in Continuous Integration (CI) scenarios. A CI process combined with immutable Docker images expedites delivering software changes. Shippable makes it easy for you to use Docker images in your CI process, without a separate DevOps tool or code. The three scenarios covered in this series are:
- Use an existing Docker image
- Build your own Docker image
- Push a Docker image to a registry of your choice
In this blog, I'll cover the first scenario.