Skip to content

Commit 1e57188

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
Kalyan Reddy Daida
authored and
Kalyan Reddy Daida
committed
Welcome to Stack Simplify
1 parent 5fb3623 commit 1e57188

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Docker Fundamentals
22

3+
## What is covered as part of Docker Fundamentals?
4+
1. Docker Introduction
5+
2. Docker Installation
6+
3. Flow-1: Pull from Docker Hub and Run Docker Image
7+
4. Flow-2: Build new Docker Image and Run
8+
5. Docker Architecture
9+
6. Essential Docker Commands
10+
311
## Docker Images used
412
| Application Name | Docker Image Name |
513
| ------------------------------- | --------------------------------------------- |
14+
| Nginx | nginx |
615
| Customized Nginx | stacksimplify/mynginx_image1 |
716
| 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)