nsenter – run program with namespaces of other processes
PID=$(docker inspect –format {{.State.Pid}}
nsenter –target $PID –mount –uts –ipc –net –pid
nsenter – run program with namespaces of other processes
PID=$(docker inspect –format {{.State.Pid}}
nsenter –target $PID –mount –uts –ipc –net –pid