1. 首页
  2. 数据库
  3. 其它
  4. 搭建自己的私有云盘(NextCloud)

搭建自己的私有云盘(NextCloud)

上传者: 2021-02-01 08:31:23上传 PDF文件 23.43KB 热度 31次
1.安装docker yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo yum install -y docker-ce 2.安装完设为重启和查看相应版本 systemctl start docker && systemctl status docker && docker version 3.安装加速器,重启,并设开启自启
用户评论