标签:脚本 util state mat 启动脚本 -- span blog docker
#!/bin/sh PID=$(docker inspect --format "{{.State.Pid}}" $1) nsenter -t $PID -u -i -n -p
nsenter安装
yum install -y util-linux
标签:脚本 util state mat 启动脚本 -- span blog docker
原文地址:http://www.cnblogs.com/uglyliu/p/6139812.html