nsenter 及 Linux命名空间 简介
/proc/$PID/ns目录中看到命名空间的文件描述符, root@k8s-sit:~# cd /proc/1/ns root@k8s-sit:/proc/1/ns# ls -l total 0 lrwxrwxrwx 1 root root 0 Dec 15 11:11 cgroup -> cgroup:[4026531835] lrwxrwxrwx 1 root root 0 Dec 15 11:11 ipc -> ipc:[4026531839] lrwxrwxrwx 1 root root 0 Dec 15 11:11 mnt -> mnt:[4026531840] lrwxrwxrwx 1 root root 0 Dec 15 11:11 net -> net:[4026531957...阅读全文