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.

Build your first deployment job

Build your first deployment job - Docker Tutorial

From the course: Docker: Continuous Delivery

Start my 1-month free trial

Build your first deployment job

- [Instructor] All right let's get Jenkins deploying our project. So, the first thing we're going to need is a place to deploy it. To keep things really simple for the demo, I'm going to go ahead and make an instance that whenever it starts up just runs whatever is currently on the release branch. If you want to release a new version of your product just tag it with the release branch then when this service starts, it will run that. This is a dead simple way to do continuous deployment in Docker and it plays very nicely with fixed server deployments that are very common across many enterprises. So, let's get started. The first thing we're going to need is permission for our instance to read our image. So, heading on over to the IM service in the AWS console, we go to policies and make a policy for our service. In the interest of security, I want this policy to be as narrow as possible. If this server gets owned, I…

Contents