命令
docker run -it --ipc=host nginx:latest /bin/bash
docker run -it --net=host nginx:latest /bin/bash
docker run -it --pid=host nginx:latest /bin/bash
docker run -it --uts=host nginx:latest /bin/bash
docker run -it --ipc=host nginx:latest /bin/bash
docker run -it --net=host nginx:latest /bin/bash
docker run -it --pid=host nginx:latest /bin/bash
docker run -it --uts=host nginx:latest /bin/bash