You have a new Amazon AWS Account you need to set up to be able to use the AWS CLI to be able to push Docker Images to AWS ECR.
For this, you need to find out the right permissions on the user account.
All about the daily struggle
You have a new Amazon AWS Account you need to set up to be able to use the AWS CLI to be able to push Docker Images to AWS ECR.
For this, you need to find out the right permissions on the user account.
You did set up an AWS EC2 VM, installed Docker, and set up a repository in AWS ECR (Container Registry).
You got the permissions for listing and creating credentials for use on the AWS CLI.
You finished setting up your AWS CLI to be able to log in. And you executed the Command you saw in the documentation of AWS to login docker to be able to push your image.
502 Bad Gateway means that the server you’re attempting to access is showing an error due to a problem with another server.
In this scenario, the server is actually a proxy that receives information from another server.
If you’re getting this error in Nginx, we’ll help you troubleshoot the problem in this guide.
You may not always want files in your GIT repository to be committed or to be “committable”, in fact, and the easiest way to do…
Problem The storage space of your docker Host runs low or empty. You need to know the size of your docker container to find out…
Problem: You have created some code that solves a specific problem and think others probably have the same problem. To help them you want to…
Problem You use PostgreSQL as database. Your model includes an id column type Serial with a sequence to emulate an auto increase like with MySQL.…
Problem You are busy developing and committed all code to the your central github repository. But then something happened and you need undo the commit…
If you are using docker-compose to start an app (doesn´t matter how many services) and use the env_file option you might have gotten a headache…
Sometimes you just need to rename a branch, might it be because you mispelled ( 😉) something or because the referenced issue was changed or…