2024-09-26 21:30:02 +03:00
|
|
|
= steeltoe.azurecr.io/eureka-server
|
2018-05-23 00:20:36 +03:00
|
|
|
:toc: preamble
|
|
|
|
:toclevels: 1
|
|
|
|
:!toc-title:
|
|
|
|
:linkattrs:
|
|
|
|
|
2024-09-26 21:30:02 +03:00
|
|
|
Image for SteeltoeOSS local development with https://cloud.spring.io/spring-cloud-netflix/[Spring Cloud Eureka Server].
|
2018-05-23 00:20:36 +03:00
|
|
|
|
|
|
|
== Running
|
|
|
|
|
|
|
|
----
|
2024-09-26 21:30:02 +03:00
|
|
|
$ docker run --publish 8761:8761 steeltoe.azurecr.io/eureka-server
|
2018-05-23 00:20:36 +03:00
|
|
|
----
|
|
|
|
|
|
|
|
== Resources
|
|
|
|
|
|
|
|
|===
|
|
|
|
|Path |Description
|
|
|
|
|
|
|
|
|/
|
|
|
|
|Service registration listing
|
|
|
|
|
|
|
|
|/eureka/apps
|
|
|
|
|Registration metadata
|
|
|
|
|
|
|
|
|===
|