Skip to content

Commit

Permalink
Update readme.adoc
Browse files Browse the repository at this point in the history
Fix the formatting
  • Loading branch information
adilek authored Sep 4, 2018
1 parent 8219064 commit 118443c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Prelab/001-docker-image/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ By default, the `latest` tag is used for the image. A different tag may be speci
(Important) Attach AmazonEC2ContainerRegistryFullAccess Policy to k8s-workshop-LabIdeRole-xxx Role through AWS IAM console or using aws-cli.

Log in to ECR

$ aws ecr get-login --no-include-email --region us-west-2 or us-east-1 (copy and paste the output of this commend)

Create ECR repository to deploy docker into ECS.

$ aws ecr create-repository --repository-name greeting
$ aws ecr create-repository --repository-name name
$ aws ecr create-repository --repository-name webapp
Expand Down

0 comments on commit 118443c

Please sign in to comment.