Last active
March 3, 2020 15:42
-
-
Save allanbatista/cc767a1612e3d63666f3c4184a54459e to your computer and use it in GitHub Desktop.
docekr netdata width gpu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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