Skip to content

Java-Techie-jt/springboot-docker-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springboot-docker-ecs

Run your Docker image on AWS ECS (Elastic Container Service)

Required commands

  • Build Docker Image.

      mvn spring-boot:build-image
    
  • Run Docker Image.

      docker run --tty --publish 8080:8080 <image-name>
    
  • Tag Docker Image

      docker tag <image-name> tag-name/<image-name>
    
  • Push Docker Image to Docker Hub

      docker push tag-name/<image-name>
    
  • Application Flow

11

About

Run your Docker image on AWS ECS (Elastic Container Service)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages