Skip to content

Instantly share code, notes, and snippets.

@lucj
Created August 31, 2016 12:15
Show Gist options
  • Save lucj/3b0912207c827c7622d852a88e253f92 to your computer and use it in GitHub Desktop.
Save lucj/3b0912207c827c7622d852a88e253f92 to your computer and use it in GitHub Desktop.
[root@node ~]$ ps auxZ | egrep 'dockerd|containerd|runc'
system_u:system_r:docker_t:s0 root 7697 0.0 3.5 740448 36520 ? Ssl Aug30 0:27 /usr/bin/dockerd --selinux-enabled
system_u:system_r:docker_t:s0 root 7700 0.0 1.0 300076 10604 ? Ssl Aug30 0:01 docker-containerd -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --shim docker-containerd-shim --metrics-interval=0 --start-timeout 2m --state-dir /var/run/docker/libcontainerd/containerd --runtime docker-runc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment