What do I need to do to make my images available to the public via the Docker Hub?
Some errors for search
The push refers to a repository docker.io/yourname/yourimage
or
Repository does not exist: docker.io/yourname/yourimage
Register a docker hub account.
Run:
docker login
This will add a file that looks like so to ~/.docker/config.json:
{
"auths": {
"https://index.docker.io/v1/": {
"auth": "somekey",
"email": "[email protected]"
}
}
}
You should be able to do a
docker push yourname/yourimage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With