Skip to content

Fix formatting issue #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 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.
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