Skip to content

Instantly share code, notes, and snippets.

@wh13371
Last active July 9, 2020 11:49
Show Gist options
  • Save wh13371/5cc600ecc13b065e746a3e2142c0f2d3 to your computer and use it in GitHub Desktop.
Save wh13371/5cc600ecc13b065e746a3e2142c0f2d3 to your computer and use it in GitHub Desktop.
docker run -d \
--restart="always" \
-p 61208-61209:61208-61209 \
-e GLANCES_OPT="-w" \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
--pid host \
--net=host --privileged \
docker.io/nicolargo/glances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment