Skip to content

Commit 72e5229

Browse files
authored
Merge pull request #7 from golang-starters/jarifibrahim-patch-1
Update README.md
2 parents 68167ae + f1cfeb5 commit 72e5229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A booster demonstrating health checks and recovery using the kubernetes/openshif
77
The project uses openshift s2i to build docker image. Run the following command
88
to build the docker image
99

10-
```s2i build . centos/go-toolset-7-centos7:latest golang-health-check-app```
10+
```s2i build . registry.fedoraproject.org/f29/golang golang-health-check```
1111

1212
To start the web service, run
1313

14-
```docker run -p 8080:8080 golang-health-check-app```
14+
```docker run -p 8080:8080 golang-health-check```
1515

1616
The web service should now be accessible on `http://localhost:8080`

0 commit comments

Comments
 (0)