I’d like to host my own container images centrally in my network so that I can both cache the images (if dockerhub or similar goes down) but also host my own images that I don’t want public. Anyone doing this?

  • @fluckx
    link
    English
    2
    edit-2
    1 month ago

    I looked into that at one point, but 15$/month is quite steep just for that ( imo )

    • @ogarcia
      link
      English
      21 month ago

      Well, if you want private images it is normal that they charge you for it. What I advise you to do is to make the images public and mount the private part as a volume. This way you can upload the images wherever you want without worrying.

      Another option if you want the resulting image to have something private is to create as much as you can in a public image and have a script that adds the private part as the last layer.