By hungnn
First: push 2 image size: 17.2MB vs 23.5 MB, success. Then, I push a image with size 2.37 GB
061c76d11c20: Pushing [==================================================>] 2.268GB
244f992db81c: Layer already exists
40149c0b59b9: Layer already exists
6a71212e7be2: Layer already exists
7b5f4a643c16: Layer already exists
99b5261d397c: Layer already exists
unauthorized: authentication required
So, how I can push it in to container registry. Thanks for any support
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi there @hungnn,
I could suggest following these steps here:
docker images
docker tag IMAGE_ID YOUR_TAG
For example:
docker tag 5bbpg22ssd34 bobbyiliev/php-image:latest
docker login
docker push bobbyiliev/php-image:latest
For more information you could take a look at the following tutorial:
How to push images to Docker Hub
Let me know how it goes! Regards, Bobby
I am experiencing this while trying to push to a digital ocean registry i created
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.