summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-05-15 15:48:28 +0300
committerGitHub <noreply@github.com>2020-05-15 15:48:28 +0300
commitea9daf5dad3dff08b757a41eeb9f1d0af2a1e0cf (patch)
treec5d0309d09f7eee5ac7a4c97e7f8bdefdf8dd940 /claim
parent22b8f9498ad240055f7b63eb7d409dba60e4a5f4 (diff)
claim: fix `New/ephemeral Agent containers` instruction (#9058)
Diffstat (limited to 'claim')
-rw-r--r--claim/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/claim/README.md b/claim/README.md
index 3c451ce35e..0fdcd8f854 100644
--- a/claim/README.md
+++ b/claim/README.md
@@ -121,7 +121,10 @@ docker run -d --name=netdata \
--cap-add SYS_PTRACE \
--security-opt apparmor=unconfined \
netdata/netdata \
- /usr/sbin/netdata -D -W set2 cloud global enabled true -W set2 cloud global "cloud base url" "https://app.netdata.cloud" -W "claim -token=TOKEN -rooms=ROOM1,ROOM2 -url=https://app.netdata.cloud"
+ -W set2 cloud global enabled true -W set2 cloud global "cloud base url" "https://app.netdata.cloud" -W "claim \
+ -token=TOKEN \
+ -rooms=ROOM1,ROOM2 \
+ -url=https://app.netdata.cloud"
```
The container runs in detached mode, so you won't see any output. If the node does not appear in your Space, you can run