Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrichardsz/f119c82a82cb78d0eadc482d50d1acac to your computer and use it in GitHub Desktop.
Save jrichardsz/f119c82a82cb78d0eadc482d50d1acac to your computer and use it in GitHub Desktop.
Private Docker registry with free tiers for Developers, docker registry, docker host, dockerregistry

List of sites with free tier limits

Setup your own private registry

List links

Kubernetes

Canister

docker login --username=yourcanisterID --password=yourpassword cloud.canister.io:5000
docker tag ae5da82730b1 cloud.canister.io:5000/username/my-repo:latest
docker push cloud.canister.io:5000/username/my-repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment