27 строки
418 B
Plaintext
27 строки
418 B
Plaintext
= steeltoe.azurecr.io/eureka-server
|
|
:toc: preamble
|
|
:toclevels: 1
|
|
:!toc-title:
|
|
:linkattrs:
|
|
|
|
Image for SteeltoeOSS local development with https://cloud.spring.io/spring-cloud-netflix/[Spring Cloud Eureka Server].
|
|
|
|
== Running
|
|
|
|
----
|
|
$ docker run --publish 8761:8761 steeltoe.azurecr.io/eureka-server
|
|
----
|
|
|
|
== Resources
|
|
|
|
|===
|
|
|Path |Description
|
|
|
|
|/
|
|
|Service registration listing
|
|
|
|
|/eureka/apps
|
|
|Registration metadata
|
|
|
|
|===
|