Skip to content

Instantly share code, notes, and snippets.

@allanbatista
Last active March 3, 2020 15:42
Show Gist options
  • Save allanbatista/cc767a1612e3d63666f3c4184a54459e to your computer and use it in GitHub Desktop.
Save allanbatista/cc767a1612e3d63666f3c4184a54459e to your computer and use it in GitHub Desktop.
docekr netdata width gpu
# https://hub.docker.com/r/d34dc3n73r/netdata-glibc/
docker run -d --name=netdata \
-p 19999:19999 \
--restart=unless-stopped \
-v /proc:/host/proc:ro \
-v /sys:/host/sys:ro \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
--gpus all \
-e NVIDIA_VISIBLE_DEVICES=all \
--cap-add SYS_PTRACE \
--security-opt apparmor=unconfined \
d34dc3n73r/netdata-glibc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment