步骤如下

  1. 安装docker、docker-compose
    • yum -y install docker-io docker-compose
  2. 启动docker
    • service docker start
  3. 设置开机启动
    • systemctl enable docker
      CentOS 7.6 64位安装docker并设置开机启动

相关文章:

  • 2021-11-26
  • 2021-08-19
  • 2021-11-30
  • 2021-11-20
  • 2021-05-25
  • 2022-01-03
  • 2021-08-02
猜你喜欢
  • 2022-12-23
  • 2021-06-07
  • 2021-11-22
  • 2022-02-10
  • 2021-04-21
  • 2022-12-23
  • 2022-01-25
相关资源
相似解决方案