Giter Club home page Giter Club logo

Comments (3)

Klowner avatar Klowner commented on June 22, 2024

I could publish the container in docker hub as well, but I prefer quay.io
since they provide automated container builds.

Is there a reason that you need it published on the official registry or is
it just a matter of preference?

On Mon, Jun 20, 2016, 11:32 AM Michel Samia [email protected]
wrote:

Hi,

I noticed that most projects put their container images to the cetral
docker registry so in docker-compose.yml you put something like

gitlabmirror:
image: klowner/gitlab-mirrors:latest

instead of:

gitlabmirror:
image: quay.io/klowner/gitlab-mirrors:latest

I'm relatively new to docker, so maybe this request doesn't make sense...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#2, or mute the
thread
https://github.com/notifications/unsubscribe/AAAknsRRIwiqd0DPIcJliEHeVtHTImReks5qNsCMgaJpZM4I54iV
.

from docker-gitlab-mirrors.

stardust85 avatar stardust85 commented on June 22, 2024

It was more a question than a bug report to find out what is the difference between these two ways. You can close it :)

from docker-gitlab-mirrors.

Klowner avatar Klowner commented on June 22, 2024

Oh, no worries. They're largely the same, they're both docker registry servers. The official registry has no bells or whistles like some of the others such as quay.io.

You can tag a container with just about any string, but if you use the hostname/namespace/name pattern then you can docker push and docker pull to the corresponding registry. For example, if you decided to run your own registry at docker.example.com you would tag your images with docker.example.com/startdust85/docker-gitlab-mirrors:latest and then when you docker push that it'll go to that registry server.

Quay.io is cool because you can set it up so if you push to a Github repository, Quay will start an automated build of the Dockerfile in your repository and then serve the resulting image.

from docker-gitlab-mirrors.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.