How to get remote access to a private docker-registry?

前端 未结 15 607
攒了一身酷
攒了一身酷 2020-11-30 18:45

I\'m trying to setup a private docker registry using the image taken from: https://github.com/docker/docker-registry

Just by running:
docker run -p 5000:50

15条回答
  •  一生所求
    2020-11-30 19:10

    To save you hassle, why don't you just use the FREE private docker registry service provided by gitlab - works great

    https://about.gitlab.com/2016/05/23/gitlab-container-registry/

    Their registry is secure so you won't have any issues

提交回复
热议问题