#!/bin/sh
PID=$(docker inspect --format "{{.State.Pid}}" $1)
nsenter -t $PID -u -i -n -p

nsenter安装

yum install -y util-linux  

相关文章: