I’ve actually covered this in a previous post, but because it was part of Eureka Server (using Steeltoe) revisited. It didn’t quite stand out when I was searching for it, so let’s recreate here in it’s own post…
Pull the docker image using
docker pull steeltoeoss/eureka-server
Now to run it
docker run --publish 8761:8761 steeltoeoss/eureka-server
This will now be available locally or remotely on port 8761, i.e.
http://locahost:8761