Difference between revisions of "Install NATS using docker"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
https://hub.docker.com/_/nats | https://hub.docker.com/_/nats | ||
+ | |||
+ | [[docker network create nats]] | ||
[[docker run nats]] | [[docker run nats]] | ||
Revision as of 13:00, 22 February 2023
https://hub.docker.com/_/nats
docker network create nats docker run nats
NATS cluster:
docker run --name nats --network nats --rm -p 4222:4222 -p 8222:8222 nats --http_port 8222 --cluster_name NATS --cluster nats://0.0.0.0:6222
See also
Advertising: