Created
August 31, 2016 12:15
-
-
Save lucj/3b0912207c827c7622d852a88e253f92 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[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