March 2017
Beginner to intermediate
925 pages
18h 11m
English
As we saw earlier, the public Docker registry is the available Docker Hub (https://registry.hub.docker.com/) through which users can push/pull images. We can also host a private registry either on a local environment or on the cloud. There are a few ways to set up the local registry:
https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/registry
The easiest way to set it up is through the registry container itself.
Make sure the Docker daemon is running on ...
Read now
Unlock full access