Skip to content

Commit 8a7af4d

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
Kalyan Reddy Daida
authored and
Kalyan Reddy Daida
committed
Welcome to Stack Simplify
1 parent aec44d5 commit 8a7af4d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

00-Docker-Fundamentals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker pull stacksimplify/dockerintro-springboot-helloworld-rest-api:1.0.0-RELEA
1616
#### Step-3: Run the downloaded Docker Image & Access the Application
1717
- Copy the docker image name from Docker Hub
1818
```
19-
docker run -p 80:8080 -d stacksimplify/dockerintro-springboot-helloworld-rest-api:1.0.0-RELEASE
19+
docker run --name app1 -p 80:8080 -d stacksimplify/dockerintro-springboot-helloworld-rest-api:1.0.0-RELEASE
2020
http://localhost/hello
2121
```
2222

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# AWS Fargate & ECS - Masterclass
2+
3+
## Step-8: Docker Essentinal commands
4+
- The belowa are the list of essential commands we are in need
5+
6+
| Application Name |Container Image Name |
7+
| ------------------------------- | --------------------------------------------- |
8+
| Customized Nginx | stacksimplify/mynginx_image1 |
9+
| Simple SpringBoot HelloWorld | stacksimplify / dockerintro-springboot-helloworld-rest-api |

0 commit comments

Comments
 (0)