1. 安装 python-pip

yum install  python-pip

如果在安装 python-pip过程出现如下情况:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.nju.edu.cn
 * extras: mirrors.nju.edu.cn
 * updates: mirrors.cn99.com
No package python-pip available.
Error: Nothing to do

可以先运行如下命令:

 yum -y install epel-release

执行完毕之后再重新执行 yum install  python-pip 命令

2. 安装runlike

 pip install runlike

3.  查看容器创建命令

runlike 容器名称

相关文章:

  • 2022-01-22
  • 2021-06-21
  • 2021-06-13
  • 2021-08-05
  • 2021-11-16
  • 2022-01-17
  • 2021-12-31
猜你喜欢
  • 2023-03-29
  • 1970-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-07-21
  • 2022-12-23
相关资源
相似解决方案