Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jul 25, 2019
1 parent 449c587 commit 5313141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code-samples/08-Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker run hello-world:latest

## Steps to create your own image and run a container

* Write your own `Dockerfile` [Ref: https://docs.docker.com/engine/reference/builder]
* Write your own `Dockerfile`. Documentation: <https://docs.docker.com/engine/reference/builder>
- Refer [hello-go/Dockerfile](https://github.com/AgarwalConsulting/java-training/blob/master/code-samples/08-Docker/hello-go/Dockerfile)
* `docker build -t <image-name>:<tag-name> .`
* `docker run <image-name>`
Expand Down
2 changes: 1 addition & 1 deletion code-samples/09-Spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* `cd gs-rest-service`
* `mvn clean package`
* `java -jar target/gs-rest-service-0.1.0.jar`
* Access `http://localhost:8080/greeting`
* Access <http://localhost:8080/greeting>

## Task

Expand Down

0 comments on commit 5313141

Please sign in to comment.