SteeltoeOSS / Samples

Steeltoe samples and reference application collection
https://steeltoe.io/
Apache License 2.0
641 stars 250 forks source link

using steeltoe and Consul #267

Closed SyntaxEvg closed 1 year ago

SyntaxEvg commented 1 year ago

Hello, could you share an example of using steeltoe and Consul how to cook it right input docker - server , docker-clien by Consul thanks for your work

TimHess commented 1 year ago

Hi @SyntaxEvg,

This sample has a launch profile named consul that should work with a docker image that is started with this command:

docker run --rm -ti -p 8500:8500 --name=steeltoe-consul consul

Or you can also try the Consul Service Discovery guide

TimHess commented 1 year ago

I think your question has been answered. Feel free to reopen or file a new issue if you need more guidance