Skip to content
Snippets Groups Projects
Commit 4bd527b1 authored by jaannigu's avatar jaannigu
Browse files

Update file setup.md

parent 32ae5dcc
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ Documentation for setup of the AWS system for Atlas
* docker build -t <tag_name> .
- Using Docker Hub to store the image:
* docker login
* docker tag mypanelapp:latest myuser/mypanel:latest
* docker tag push myuser/mypanel:latest
* docker tag <tag_name>:latest myuser/<tag_name>:latest
* docker push myuser/<tag_name>:latest
- In case of using public AWS ECR, the user needs to be logged in before pushing any images.
* aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/a3o6k3z1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment