Skip to content

insigneo-pfire/container_aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

container_aws

Build pFire container and push to aws


  # docker build -t hello-world .
  aws configure
  
  aws ecr  create-repository --repository-name pfire-aws --region us-east-1
  
  aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 513869766554.dkr.ecr.us-east-1.amazonaws.com
  
  docker pull insigneopfire/pfire:v0.4.0
  docker image tag insigneopfire/pfire:v0.4.0 pfire_aws_040
  #docker push  513869766554.dkr.ecr.us-east-1.amazonaws.com/pfire_aws_040
  docker tag pfire_aws_040:latest 513869766554.dkr.ecr.us-east-1.amazonaws.com/pfire-aws
  docker push  513869766554.dkr.ecr.us-east-1.amazonaws.com/pfire-aws

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors