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.

Set up a Docker registry

Set up a Docker registry - Docker Tutorial

From the course: Docker: Continuous Delivery

Start my 1-month free trial

Set up a Docker registry

- [Instructor] Up to this point, I've mentioned having your own Docker Registry quite a few times, and let's explore that in a little more depth. This is your anchor point. It's the place that ties your architecture together, so it's an important decision to make, and choose one that fits your needs. There is no central correct place to store your registries because everyone's world is a bit different. This is the piece that connects all your bits together, and all of the stages of your build pipelines will put things here or take things out, and hopefully having a central place to store all of these things will give you some peace of mind in building out your systems. So where should you store your Docker containers? You can take a traditional host, a computer, and install the Docker Registry on it. Store your containers there. They're under your control. You control it. You'll know if it's down, and you can fix it. You can put it on an existing service maybe within your…

Contents