Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Docker Error 500 - Unable to pull image on same instance

    Solved Support
    13
    0 Votes
    13 Posts
    479 Views
    timconsidineT
    Right, back now, and I’ve re-read things, but am still not understanding. Maybe time to explain like I’m a 5 year old Docker registry is installed in Cloudron instance from the App store. No special or changed settings for the registry. Nothing in the app UI anyway to do so, and I haven’t (consciously) changed /app/data/config.yml and certainly not recently. Been using this registry for custom app builds and never had a problem, no need to configure it. the cloudron cli auth is different from the registry auth Yes. I was attempting (badly) to say everything works, well clearly not everything. I can use cloudron CLI on desktop to install and uninstall I can use docker CLI on desktop to login / logout of the cloudron-installed registry I can open the registry app in browser, and can see that it has the custom app image (pushed from desktop). But cloudron still reports 500, cannot find image I have 2FA on my cloudron login - I can login to the registry app in a browser without re-entering it, but maybe the cloudron install doesn’t have access to an authenticated login. Is it expecting 2FA ? authentication info from the Settings -> Private Docker Registry This has been set, and has never been an issue before. But has something changed to require 2FA, or a user with no 2FA, or a token not password ?
  • 2 Votes
    3 Posts
    833 Views
    girishG
    @msbt thanks for reporting, fixed in the new package.
  • 8 Votes
    24 Posts
    3k Views
    BrutalBirdieB
    @infogulch RTFM myself nice catch, thanks for that.
  • 4 Votes
    21 Posts
    2k Views
    nottheendN
    @nottheend have created a new topic since it is most likely not this bug: https://forum.cloudron.io/topic/12216/docker-error-unable-to-pull-image-on-same-instance
  • 2 Votes
    3 Posts
    456 Views
    LonkleL
    Gotcha, thanks for the clarification! ️
  • I want to run a Docker image

    Discuss
    14
    0 Votes
    14 Posts
    3k Views
    fbartelsF
    Not to mention that if your software is closed source you do not need to publish it for all cloudron users if only you want to use it. With a bit of technical knowledge you can build apps yourself (see the link from @mehdi), push it to a private registry and then use the cloudron cli to install it yo your instance. I am actually hosting a few apps on my Cloudron that I am just building locally (Bitwarden for example before it was available as an official app). If you don't make your app official you are of course on the hook for maintaining it, but you still benefit from the user management of Cloudron, automatic ssl and backups/easy restore. https://simply-how.com/free-docker-container-registry lists a few hosted docker registries that offer free private repositories if you don't want to host your own. Edit: as long as you only need one container you could even use the Docker Hub, as it offers one private image as well.