From the course: Docker: Continuous Delivery

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Overview of deployment

Overview of deployment - Docker Tutorial

From the course: Docker: Continuous Delivery

Start my 1-month free trial

Overview of deployment

- [Instructor] Now that we've automated the process of getting your code from your laptop into your private Docker registry, let's go ahead and start looking at the other side of that process, getting code out of your registry and onto your servers. So let's talk about deployment and places to deploy, stages of deployment. So the traditional places to deploy things are a development environment, this can be your laptop or a dedicated development machine you use, or, most often, a bit of both, there's often a staging environment in a company for testing things out that are just about to go to production, and then people often talk about production, the real deal. One of the things we work towards in this course is making it so that there isn't just one staging. Automate your deployment so it can push to many places, and then you can use that as a tool to build whatever flow you need. One of those places just happens to be the production. In general, each of these needs a deployer, but…

Contents