docker容器里面常见没有的命令
bash: ps: command not foundapt-get install procpsbash: netstat: command not foundapt-get install net-toolsbash: ll: command not foundvim ~/.bashrc#添加下面内容alias ll='ls -l'source ~/.bashrc
·
bash: ps: command not found
apt-get install procps
bash: netstat: command not found
apt-get install net-tools
bash: ll: command not found
vim ~/.bashrc
#添加下面内容
alias ll='ls -l'
source ~/.bashrc
更多推荐
已为社区贡献3条内容
所有评论(0)