New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
How do you run your private registry?
You use https://hub.docker.com/_/registry or https://goharbor.io/ or something else?
Comments
I don’t. I use Docker Hub.
Such a great product. And free (for me).
How do you get more than 1 free private repo?
By pretending that tags are repos
myrepo:myproject
Thank me later
Can't later, so deal with it now.
That’s fine
https://distribution.github.io/distribution/
I run mine backed by s3 compatible storage
We use self-hosted harbor for private repos, hub.docker.com for public repos
I can't imagine the bandwidth costs.
docker run -d --restart=always --name registry -p 5000:5000 -v /home/my/local/path/docker-registry:/var/lib/registry -v /home/my/local/keys:/keys:ro -e REGISTRY_HTTP_TLS_CERTIFICATE=/keys/my.crt -e REGISTRY_HTTP_TLS_KEY=/keys/my.key registry
Yes, just now B2 robbed me out of .93 USD
That’s almost 1/3 of a coffee. How dare they.
@emgh
Egress of B2 is free, sweet ~.
.
How dare S3 counts egress traffic, taking money from that
Image that one day a S3 user wake up in the morning and get a invoice of $1000 for what some naughty script kids doing during the night.
The business model of AWS (most of its product) is mostly a scam-like money trap.
It's a little less good though:
But still awesome for me. I only use private buckets.