Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 165 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 165 Bytes

Workshop: Running Containers on AWS Fargate

Development

Building content on file changes

  • docker build -t guide .
  • docker run -ti -v $PWD:/guide guide