Push your Docker Image to AWS Private Repository (ECR) using these Simple Steps

Cpak
2 min readFeb 28, 2021

Introduction

You’ve been working with Docker images locally. Now you need to share your Docker images with your team, who work in AWS, but don’t want to host them on Docker Hub for security reasons. With AWS ECR and following these simple steps you can now privately and securely share your Docker images with your team.

(Some) Assumptions

  1. You have Docker installed.
  2. You’re familiar with writing a…

--

--