Skip to content

Commit a734e10

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
Kalyan Reddy Daida
authored and
Kalyan Reddy Daida
committed
Welcome to Stack Simplify
1 parent 0e65834 commit a734e10

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
# AWS Fargate & ECS - Masterclass
2-
3-
## Docker Images used in this course
1+
# Docker Fundamentals
42

3+
## Docker Images used
54
| Application Name | Docker Image Name |
65
| ------------------------------- | --------------------------------------------- |
76
| Customized Nginx | stacksimplify/mynginx_image1 |
87
| Simple SpringBoot HelloWorld | stacksimplify / dockerintro-springboot-helloworld-rest-api |
8+
9+
10+
## Step-1: Docker Fundamentals
11+
- We primarily need to understand two important flows to master Docker
12+
- **Flow-1:** Pull existing Docker Image from Docker Hub and Run it as a Container
13+
- **Flow-2:** Create a new Docker Image, Run as Container and Push to Docker Hub
14+
15+
## Step-2: Dockerize SpringBoot Applications
16+
- We are going dockerize a simple SpringBoot Application.
17+
- These steps are going to be generic for any SpringBoot Application.
18+
- We are going to dockerize different springBoot Applications and use them in different AWS Masterclass course series.
19+
- 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.
20+

0 commit comments

Comments
 (0)