Created
July 5, 2020 08:03
-
-
Save 0xBADDCAFE/2254b65724b8e4462dc925a4dcfc9706 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
~$ ls -l $(which docker) | |
lrwxrwxrwx 1 root root 48 Jul 5 12:12 /usr/bin/docker -> /mnt/wsl/docker-desktop/cli-tools/usr/bin/docker | |
~$ ps aux | |
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND | |
root 1 0.0 0.0 912 580 ? Sl 12:12 0:00 /init | |
root 49 0.0 0.0 892 80 ? Ss 12:12 0:00 /init | |
root 50 0.0 0.0 892 80 ? S 12:12 0:00 /init | |
shun 51 0.0 0.0 718600 16088 pts/0 Ssl+ 12:12 0:00 docker serve --address unix:///home/shun/.docker/run/docker-cli-ap | |
root 52 0.0 0.0 0 0 ? Z 12:12 0:00 [init] <defunct> | |
root 61 0.0 0.0 0 0 ? Z 12:12 0:00 [init] <defunct> | |
root 110 0.0 0.0 892 80 ? Ss 12:12 0:00 /init | |
root 111 0.0 0.0 892 80 ? S 12:12 0:00 /init | |
shun 112 0.0 0.0 718344 14120 pts/1 Ssl+ 12:12 0:00 docker serve --address unix:///home/shun/.docker/run/docker-cli-ap | |
root 117 0.0 0.0 0 0 ? Z 12:12 0:00 [init] <defunct> | |
root 122 0.0 0.0 892 80 ? S 12:12 0:00 /init | |
root 123 0.0 0.0 1607648 22852 pts/2 Ssl+ 12:12 0:00 /mnt/wsl/docker-desktop/docker-desktop-proxy --distro-name Ubuntu- | |
root 520 0.0 0.0 912 100 ? Ss 13:00 0:00 /init | |
root 521 0.0 0.0 912 100 ? R 13:00 0:00 /init | |
shun 522 0.0 0.0 10056 5152 pts/3 Ss 13:00 0:00 -bash | |
shun 537 0.0 0.0 10604 3416 pts/3 R+ 13:01 0:00 ps aux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment