Home ECR 로컬에서 pull push 하기
포스트
취소

ECR 로컬에서 pull push 하기

aws ecr get-login

1
aws ecr get-login --region ap-northeast-2

login

위 커맨드로 나온 결과 그대로 복사 후 실행 ( -e none 부분 제거 )

1
docker login -u AWS -p ??????????? https://xxxxxxxxxx.dkr.ecr.ap-northeast-2.amazonaws.com

태그 수정

기존 docker hub로 되어있는 태그들 변경

1
docker tag jongin/test-app:v0.0.1 xxxxxxxxxx.dkr.ecr.ap-northeast-2.amazonaws.com/test-app:v0.0.1

push

1
docker push xxxxxxxxxx.dkr.ecr.ap-northeast-2.amazonaws.com/test-app:v0.0.1
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.

서블릿 (servlet)

fluentd로 용도에 맞게 어플리케이션 로그 수집하기

Comments powered by Disqus.