Setting up a private container registry inhouse and loading CP4D images

Creating a private registry for Cloud Pak for Data

Set up a private registry

I am doing the work on my home lab. I don't have massive amount of hardware resources but I get by.
I run docker containers QNAP NAS, via container station.
I then have set up HAProxy on my PFSene Firewall to proxy registry.schapira.nyc to the container runing container registry

Pull docker registry

First we need to get the "code" downloaded.
Got to docker hub to find the official registry image.

on your docker host run the following code:

docker pull registry:latest

In my case as I am running via virtualization station, I had to use QNAP's user interface.

registry_pull