Guest User

Untitled

a guest
Apr 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. aws ecr get-authorization-token --query 'authorizationData[].authorizationToken' --output text | base64 -D | cut -d: -f2 | docker login -u AWS <Repository URI Goes Here> --password-stdin
Add Comment
Please, Sign In to add comment