mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
use natsio/nats-box
Signed-off-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
parent
6151532084
commit
19de4f5841
@ -1,6 +1,6 @@
|
|||||||
# Using Docker
|
# Using Docker
|
||||||
|
|
||||||
The `synadia/nats-box:latest` docker image contains the `nats` utility this guide covers.
|
The `natsio/nats-box:latest` docker image contains the `nats` utility this guide covers.
|
||||||
|
|
||||||
In one window start a JetStream enabled nats server:
|
In one window start a JetStream enabled nats server:
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ $ docker run --network host -p 4222:4222 nats -js
|
|||||||
And in another log into the utilities:
|
And in another log into the utilities:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker run -ti --network host synadia/nats-box
|
$ docker run -ti --network host natsio/nats-box
|
||||||
```
|
```
|
||||||
|
|
||||||
This shell has the `nats` utility and all other NATS cli tools used in the rest of this guide.
|
This shell has the `nats` utility and all other NATS cli tools used in the rest of this guide.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user