How to Create Docker Image & Pushed to Docker Hub or Amazon Elastic Registry
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one package. Docker hub is the repository of container images. We …
Read more “How to Create Docker Image & Pushed to Docker Hub or Amazon Elastic Registry”
How to Create & Configure Elastic Container Registry on AWS
Amazon Elastic Container Registry (ECR) is a fully managed container registry that makes it easy to store, manage, share, and deploy container images and artifacts anywhere. Amazon ECR transfers container images over HTTPS and automatically encrypts images at rest. Amazon ECR Public makes it easy to publicly share container software worldwide for anyone to download. …
Read more “How to Create & Configure Elastic Container Registry on AWS”