You are here
Error message
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2396 of /home/blackh31/public_html/BLACKHILL/includes/menu.inc).
admin's blog
published by admin on Sat, 04/11/2015 - 20:34
To create a Docker Registry, execute the following CLI to download the stackbrew/registry image and run it.
$ sudo docker run -d -p 127.0.0.1:5000:5000 stackbrew/registry
Now, determine what the image id is for the Docker image you want to store within the registry:
Pages