Skip to content

Instantly share code, notes, and snippets.

View mikalai-yankouski's full-sized avatar
🍀
gl

Mikalay mikalai-yankouski

🍀
gl
View GitHub Profile
Commands
------------
1. Build Docker Image
docker build -t test .
2. Run container /w image
docker run -d --publish 8888:5000 test
3. Login to ECR
aws ecr get-login-password --region REGIONHERE!!!! | docker login --username AWS --password-stdin ACCOUNTIDHERE!!!!.dkr.ecr.REGIONHERE!!!.amazonaws.com