In order to begin pushing images to the registry, you need to create a project.
In order to begin pushing images to the registry, use the commands below.
$ sudo docker login -p {{settings.registry.password}} -e unused -u unused {{settings.registry.host}}
Push an image:
$ sudo docker tag myimage {{settings.registry.host}}/project/name:tag $ sudo docker push {{settings.registry.host}}/project/name
Pull an image:
$ sudo docker pull {{settings.registry.host}}/project/name:tag