summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-11-19 09:13:57 -0700
committerGitHub <noreply@github.com>2020-11-19 09:13:57 -0700
commit25f95e33381b7b92fd24980ed3fa8aa138c949ac (patch)
tree7a255db547bf6354c4bb3c2b5893eb66bbea0dc3 /packaging
parente074c3a8aeeba868c5adcd0e06ff6f1866de0b5f (diff)
Remove Docker example from update docs and add section to claim troubleshooting (#10103)
* Remove Docker example and add claiming troubleshooting section * Update troubleshooting recs for claim not found * Update claiming script with full path
Diffstat (limited to 'packaging')
-rw-r--r--packaging/installer/UPDATE.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/packaging/installer/UPDATE.md b/packaging/installer/UPDATE.md
index d0d78b161a..47ddc238a9 100644
--- a/packaging/installer/UPDATE.md
+++ b/packaging/installer/UPDATE.md
@@ -126,8 +126,7 @@ docker pull netdata/netdata:latest
```
Next, to stop and remove any containers using the `netdata/netdata` image. Replace `netdata` if you changed it from the
-default in our [Docker installation
-instructions](/packaging/docker/README.md#run-the-agent-with-the-docker-command).
+default.
```bash
docker stop netdata
@@ -135,21 +134,7 @@ docker rm netdata
```
You can now re-create your Netdata container using the `docker` command or a `docker-compose.yml` file. See our [Docker
-installation instructions](/packaging/docker/README.md#run-the-agent-with-the-docker-command) for details. For
-example, using the `docker` command:
-
-```bash
-docker run -d --name=netdata \
- -p 19999:19999 \
- -v /etc/passwd:/host/etc/passwd:ro \
- -v /etc/group:/host/etc/group:ro \
- -v /proc:/host/proc:ro \
- -v /sys:/host/sys:ro \
- -v /etc/os-release:/host/etc/os-release:ro \
- --cap-add SYS_PTRACE \
- --security-opt apparmor=unconfined \
- netdata/netdata
-```
+installation instructions](/packaging/docker/README.md#create-a-new-netdata-agent-container) for details.
## macOS