Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Feb 8, 2019
1 parent 5f4acb5 commit 1cec582
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ WARNING:

## Simple Tags

- [`1.4.0-linux`, `linux` (*amd64/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/293f61293758877835f9aea650fac0077026cb02/amd64/Dockerfile)
- [`1.4.0-nanoserver`, `nanoserver` (*windows/nanoserver/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/293f61293758877835f9aea650fac0077026cb02/windows/nanoserver/Dockerfile)
- [`1.4.0-windowsservercore`, `windowsservercore` (*windows/windowsservercore/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/293f61293758877835f9aea650fac0077026cb02/windows/windowsservercore/Dockerfile)
- [`1.4.1-linux`, `linux` (*amd64/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/349eabff215ee6b068f46d34df378aba52790805/amd64/Dockerfile)
- [`1.4.1-nanoserver`, `nanoserver` (*windows/nanoserver/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/349eabff215ee6b068f46d34df378aba52790805/windows/nanoserver/Dockerfile)
- [`1.4.1-windowsservercore`, `windowsservercore` (*windows/windowsservercore/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/349eabff215ee6b068f46d34df378aba52790805/windows/windowsservercore/Dockerfile)

## Shared Tags

- `1.4.0`, `latest`:
- [`1.4.0-linux` (*amd64/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/293f61293758877835f9aea650fac0077026cb02/amd64/Dockerfile)
- [`1.4.0-nanoserver` (*windows/nanoserver/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/293f61293758877835f9aea650fac0077026cb02/windows/nanoserver/Dockerfile)
- `1.4.1`, `latest`:
- [`1.4.1-linux` (*amd64/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/349eabff215ee6b068f46d34df378aba52790805/amd64/Dockerfile)
- [`1.4.1-nanoserver` (*windows/nanoserver/Dockerfile*)](https://github.com/nats-io/nats-docker/blob/349eabff215ee6b068f46d34df378aba52790805/windows/nanoserver/Dockerfile)

# Quick reference

Expand Down Expand Up @@ -88,7 +88,7 @@ WARNING:
# Check "docker run" for more information.

$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats
[INF] Starting nats-server version 1.4.0
[INF] Starting nats-server version 1.4.1
[INF] Git commit [ce2df36]
[INF] Starting http monitor on 0.0.0.0:8222
[INF] Listening for client connections on 0.0.0.0:4222
Expand All @@ -105,7 +105,7 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222

# If you want to verify the routes are connected, try this instead:
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats -c gnatsd.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
[INF] Starting nats-server version 1.4.0
[INF] Starting nats-server version 1.4.1
[DBG] Go build version go1.11.4
[INF] Git commit [ce2df36]
[INF] Starting http monitor on 0.0.0.0:8222
Expand Down

0 comments on commit 1cec582

Please sign in to comment.