HashiCorp Consul Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Running Consul with podman

podman pull hashicorp/consul
podman run --rm -d -p 8500:8500 -p 8600:8600/udp --name=dev-consul hashicorp/consul agent -server -ui -node=server-1 -bootstrap-expect=1 -client=0.0.0.0

Accessing Consul Console

http://localhost:8500