Skip to content

Commit

Permalink
Welcome to Stack Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan Reddy Daida authored and Kalyan Reddy Daida committed Dec 4, 2019
1 parent 0e65834 commit a734e10
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# AWS Fargate & ECS - Masterclass

## Docker Images used in this course
# Docker Fundamentals

## Docker Images used
| Application Name | Docker Image Name |
| ------------------------------- | --------------------------------------------- |
| Customized Nginx | stacksimplify/mynginx_image1 |
| Simple SpringBoot HelloWorld | stacksimplify / dockerintro-springboot-helloworld-rest-api |


## Step-1: Docker Fundamentals
- We primarily need to understand two important flows to master Docker
- **Flow-1:** Pull existing Docker Image from Docker Hub and Run it as a Container
- **Flow-2:** Create a new Docker Image, Run as Container and Push to Docker Hub

## Step-2: Dockerize SpringBoot Applications
- We are going dockerize a simple SpringBoot Application.
- These steps are going to be generic for any SpringBoot Application.
- We are going to dockerize different springBoot Applications and use them in different AWS Masterclass course series.
- This is a optional section, as we will have all pre-built containers on our AWS Masterclass series courses but it always good to learn fundamentals irrespective of whether our work profile is a Sysadmin or DevOps Admin or Developer.

0 comments on commit a734e10

Please sign in to comment.