在Centos 8中安装docker中配置镜像源时遇到的问题:
Linux - Centos 8 执行 yum makecache fast 报错:yum makecache: error: argument timer: invalid choice: ‘fast’(choose from ‘timer’)出现这种情况时是因为centos8版本中yum makecache fast 命令不在适用。
我们可以使用 yum makecache 即去掉 fast即可,它就能成功运行。
dnf makecache
dnf makecache 命令也可以