From aa207d6a14b6cf1d7b4c7c479cd6a20e827347bd Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 15 Mar 2021 14:29:20 +0000 Subject: [PATCH] GitBook: [master] 2 pages modified --- SUMMARY.md | 1 - .../getting_started/using-docker-with-ngs.md | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 jetstream/getting_started/using-docker-with-ngs.md diff --git a/SUMMARY.md b/SUMMARY.md index 33dc577..fb3d627 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -117,7 +117,6 @@ * [Example Configuration](jetstream/concepts/configuration.md) * [Getting Started](jetstream/getting_started/README.md) * [Using Docker](jetstream/getting_started/using_docker.md) - * [Using Docker with NGS](jetstream/getting_started/using-docker-with-ngs.md) * [Using Source](jetstream/getting_started/using_source.md) * [Administration & Usage from CLI](jetstream/administration/README.md) * [Account Information](jetstream/administration/account.md) diff --git a/jetstream/getting_started/using-docker-with-ngs.md b/jetstream/getting_started/using-docker-with-ngs.md deleted file mode 100644 index a09242d..0000000 --- a/jetstream/getting_started/using-docker-with-ngs.md +++ /dev/null @@ -1,19 +0,0 @@ -# Using Docker with NGS - -You can join a JetStream instance to your [NGS](https://synadia.com/ngs/pricing) account, first we need a credential for testing JetStream: - -```text -$ nsc add user -a YourAccount --name leafnode --expiry 1M -``` - -You'll get a credential file somewhere like `~/.nkeys/creds/synadia/YourAccount/leafnode.creds`, mount this file into the docker container for JetStream using `-v ~/.nkeys/creds/synadia/YourAccount/leafnode.creds:/leafnode.creds`. - -```text -$ docker run -ti -v ~/.nkeys/creds/synadia/YourAccount/leafnode.creds:/leafnode.creds --name jetstream synadia/jsm:latest server -[1] 2020/01/20 12:44:11.752465 [INF] Starting nats-server version 2.2.0-beta -... -[1] 2020/01/20 12:55:01.849033 [INF] Connected leafnode to "connect.ngs.global" -``` - -Your JSM shell will still connect locally, other connections in your NGS account can use JetStream at this point. -