File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ docker pull stacksimplify/dockerintro-springboot-helloworld-rest-api:1.0.0-RELEA
16
16
#### Step-3: Run the downloaded Docker Image & Access the Application
17
17
- Copy the docker image name from Docker Hub
18
18
```
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
20
20
http://localhost/hello
21
21
```
22
22
Original file line number Diff line number Diff line change 1
1
# 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 |
You can’t perform that action at this time.
0 commit comments