How to share my Docker-Image without using the Docker-Hub?

后端 未结 4 2121
离开以前
离开以前 2020-12-12 08:56

I\'m wondering where Docker\'s images are exactly stored to in my local host machine. Can I share my Docker-Image without using the Docker-Hub or a Docker

4条回答
  •  情书的邮戳
    2020-12-12 09:18

    If you do not want to use the Docker Hub itself, you can host your own Docker repository under Artifactory by JFrog:

    https://www.jfrog.com/confluence/display/RTF/Docker+Repositories

    which will then run on your own server(s).

    Other hosting suppliers are available, eg CoreOS:

    http://www.theregister.co.uk/2014/10/30/coreos_enterprise_registry/

    which bought quay.io

提交回复
热议问题