Skip to content

Instantly share code, notes, and snippets.

@deptno
Created August 30, 2016 15:14
Show Gist options
  • Save deptno/bacc2af62bad6d5cea482adc4512b567 to your computer and use it in GitHub Desktop.
Save deptno/bacc2af62bad6d5cea482adc4512b567 to your computer and use it in GitHub Desktop.
docker push to aws
docker build -t deptno/capturer . && docker tag deptno/capturer:latest 874372296913.dkr.ecr.ap-northeast-1.amazonaws.com/deptno/capturer:latest && docker push 874372296913.dkr.ecr.ap-northeast-1.amazonaws.com/deptno/capturer:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment