Skip to content

Commit ba2f79e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

00-Docker-Fundamentals/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## Flow-1: Pull existing Docker Image from Docker Hub and Run it as a Container
44

55
## Flow-2: Create a new Docker Image, Run as Container and Push to Docker Hub
6-
- Run the base Nginx container
6+
### Run the base Nginx container
77
- Access the URL http://localhost
88
```
99
docker run --name mynginxdefault -p 80:80 -d nginx
1010
docker ps
1111
```
1212

13-
- Create Dockerfile and copy our customized index.html
13+
### Create Dockerfile and copy our customized index.html
1414
```
1515
FROM nginx
1616
COPY index.html /usr/share/nginx/html

0 commit comments

Comments
 (0)