aws 썸네일형 리스트형 Local AWS credentials h3. aws cli 설치 pip3 install awscli h3. aws 설정 aws configure key: secret: region: 더보기 ECR - Amazon Elastic Container Repository aws 에 docker repoistory 를 만들고, 해당 repository 에 docker image 들을 관리 하도록 한다. 해당 repository 에 업로드한 이미지들은 private 하게 관리 및 사용할 수 있도록 한다. create repository repository 의 이름은 test 로 하였다. 생성된 repository 확인 (test) 이제 docker repository 가 생성 되었고, 해당 repository 에 docker image 들을 push 및 관리 하도록 할 수 있다. aws 의 image push 가이드는 아래와 같다. 1. 로컬에서 aws 인증 설정을 진행 하도록 한다. 2. 로컬에서 aws 인증을 진행 한다. 3. 인증 토큰을 검색하고 레지스트리에 대해 Do.. 더보기 이전 1 다음