当前位置:网站首页>Private cloud disk deployment
Private cloud disk deployment
2022-07-06 06:23:00 【shatianyzg】
One 、 Extremely simplified deployment
utilize docker One key deployment
centos7 Installation method :
curl -sSL https://get.docker.com/ | sh
systemctl start docker
systemctl enable docker.service
2. install nextcloud
docker run -d --name nextcloud -p 80:80 -v /root/nextcloud:/data rootlogin/nextcloud
After installation , The login address is http://ip
3. Create administrator account
Enter network disk
Set user
Upload files
Upload photos
边栏推荐
- Summary of anomaly detection methods
- 黑猫带你学UFS协议第4篇:UFS协议栈详解
- Cannot create PoolableConnectionFactory (Could not create connection to database server. 错误
- JMeter做接口测试,如何提取登录Cookie
- LeetCode 1200. 最小绝对差
- Database - current read and snapshot read
- 【Postman】Monitors 监测API可定时周期运行
- 进程和线程的理解
- 曼哈顿距离和-打印菱形
- [eolink] PC client installation
猜你喜欢
[postman] collections configuration running process
10M25DCF484C8G(FPGA) AMY-6M-0002 BGA GPS模块
数据库-当前读与快照读
浅谈专项测试之弱网络测试
【Tera Term】黑猫带你学TTL脚本——嵌入式开发中串口自动化神技能
Black cat takes you to learn EMMC Protocol Part 10: EMMC read and write operation details (read & write)
技术分享 | 常见接口协议解析
私人云盘部署
Coordinatorlayout+nestedscrollview+recyclerview pull up the bottom display is incomplete
[C language] string left rotation
随机推荐
自定义指定路由上的Gateway过滤器工厂
Caused by:org. gradle. api. internal. plugins . PluginApplicationException: Failed to apply plugin
Simulation volume leetcode [general] 1447 Simplest fraction
使用Nacos管理配置
进程和线程的理解
LeetCode 732. 我的日程安排表 III
测试周期被压缩?教你9个方法去应对
Online and offline problems
技术分享 | 常见接口协议解析
org.activiti.bpmn.exceptions.XMLException: cvc-complex-type.2.4.a: 发现了以元素 ‘outgoing‘ 开头的无效内容
[postman] test script writing and assertion details
黑猫带你学UFS协议第8篇:UFS初始化详解(Boot Operation)
The latest 2022 review of "graph classification research"
Summary of anomaly detection methods
G - Supermarket
模拟卷Leetcode【普通】1091. 二进制矩阵中的最短路径
Basic knowledge of error
Simulation volume leetcode [general] 1314 Matrix area and
Simulation volume leetcode [general] 1414 The minimum number of Fibonacci numbers with a sum of K
模拟卷Leetcode【普通】1218. 最长定差子序列