我的系统是centos7
报错信息:
root@9a911cf5309c:/# ps -ef
bash: ps: command not found
谢谢
你的容器里面没有安装 ps 命令 1、先在容器里面执行:apt-get update 2,然后,执行安装 ps命令 :apt-get install procps