File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ docker run --rm -it --pull=always -p 8761:8761 --name steeltoe-eureka steeltoe.a
7878
7979### Provision Eureka on Cloud Foundry
8080
81- Use the [ cf cli ] ( https://github.com/cloudfoundry/cli ) to create a Service Registry instance in an org/space.
81+ Use the [ Cloud Foundry CLI ] ( https://github.com/cloudfoundry/cli ) to create a Service Registry instance in an org/space.
8282
83831 . Choose a service plan
8484 ``` shell
@@ -171,7 +171,7 @@ The Steeltoe team has created a [UAA configuration](https://github.com/SteeltoeO
171171### Run UAA Server with Docker
172172
173173``` shell
174- docker run --rm -it --pull=always -p 8080:8080 --name steeltoe-uaa steeltoe.azurecr.io/uaa-server:77.10
174+ docker run --rm -it --pull=always -p 8080:8080 --name steeltoe-uaa steeltoe.azurecr.io/uaa-server:latest
175175```
176176
177177### Run Steeltoe UAA on Cloud Foundry
You can’t perform that action at this time.
0 commit comments