Skip to content

A repository which holds the code for automating docker builds using AWS Codebuild & AWS ECS

Notifications You must be signed in to change notification settings

mrsaicharan1/automate-ecs-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the image

docker build . -t hostname docker tag hostname:localhost hostname:v1

Run the image:

docker run --rm --name hostname -p 8080:80 -d rstarmer/hostname

Test that the image works:

curl http://localhost:8080

Stop the running instance:

docker stop hostname

Clean up the local build/run environment:

docker rmi rstarmer/hostname:v1

About

A repository which holds the code for automating docker builds using AWS Codebuild & AWS ECS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published