Skip to content

Commit

Permalink
Welcome to Stack Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan Reddy Daida authored and Kalyan Reddy Daida committed Dec 4, 2019
1 parent aec44d5 commit 8a7af4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 00-Docker-Fundamentals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker pull stacksimplify/dockerintro-springboot-helloworld-rest-api:1.0.0-RELEA
#### Step-3: Run the downloaded Docker Image & Access the Application
- Copy the docker image name from Docker Hub
```
docker run -p 80:8080 -d stacksimplify/dockerintro-springboot-helloworld-rest-api:1.0.0-RELEASE
docker run --name app1 -p 80:8080 -d stacksimplify/dockerintro-springboot-helloworld-rest-api:1.0.0-RELEASE
http://localhost/hello
```

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# AWS Fargate & ECS - Masterclass

## Step-8: Docker Essentinal commands
- The belowa are the list of essential commands we are in need

| Application Name |Container Image Name |
| ------------------------------- | --------------------------------------------- |
| Customized Nginx | stacksimplify/mynginx_image1 |
| Simple SpringBoot HelloWorld | stacksimplify / dockerintro-springboot-helloworld-rest-api |

0 comments on commit 8a7af4d

Please sign in to comment.