1.docker run -itd ubuntu
2.sudo docker ps
3.PID=$(docker-pid containerID) 返回一个p_id
4.nsenter --target p_id --mount --uts --ipc --net --pid