Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 830 Bytes

REGISTRY_CONFIG_README.md

File metadata and controls

24 lines (12 loc) · 830 Bytes

A registry is running on http://masterblaster.mlpack.org at port 5000.

To add an image to the registry, do the following steps:

  1. Tag the image to be pushed to the registry

docker tag image-name:version masterblaster.mlpack.org:5000/image-name:version

  1. Push the image to the registry

docker push masterblaster.mlpack.org:5000/image-name:version

To pull an image from the registry, do the following steps:

  1. To configure the docker client to use the masterblaster registry, follow the instructions in the following url:

https://docs.docker.com/registry/insecure/#deploy-a-plain-http-registry

  1. Once step 1 is complete, pull the image on the client

docker pull masterblaster.mlpack.org:5000/image-name:version

A list of images on this registry can be found at http://masterblaster.mlpack.org:5000/v2/_catalog