From ea9daf5dad3dff08b757a41eeb9f1d0af2a1e0cf Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Fri, 15 May 2020 15:48:28 +0300 Subject: claim: fix `New/ephemeral Agent containers` instruction (#9058) --- claim/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3