GithubHelp home page GithubHelp logo

DockerHub about helm HOT 2 CLOSED

nodeshift avatar nodeshift commented on June 26, 2024
DockerHub

from helm.

Comments (2)

chikamichi avatar chikamichi commented on June 26, 2024 1

You’d have to run a registry locally (could be docker’s registry, Trow, Harbor, etc.), and make sure to build and tag your image accordingly:

  • for registry (docker’s default registry implementation) => just omit the registry name ie. docker build -t myimage:0.1.0
    • in the absence of a prefix, docker run etc. will first try to find the image locally, then on Docker Hub
  • for other registries (eg. Trow, Harbor, etc.) => explicitly set that registry’s IP as a prefix ie. docker build -t localhost:5000/myimage:0.1.0 or docker build -t myregistry.mydomain.tld/myimage:0.1.0, etc.

from helm.

berlinfox avatar berlinfox commented on June 26, 2024

Thank you. That really helps!

from helm.

Related Issues (4)

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.