当前位置:网站首页>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 

边栏推荐
- [wechat applet] build a development tool environment
- Simulation volume leetcode [general] 1314 Matrix area and
- How to extract login cookies when JMeter performs interface testing
- win10无法操作(删除、剪切)文件
- Basic knowledge of MySQL
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- 模拟卷Leetcode【普通】1062. 最长重复子串
- [no app push general test plan
- 模拟卷Leetcode【普通】1414. 和为 K 的最少斐波那契数字数目
- The pit encountered by keil over the years
猜你喜欢
![[API interface tool] Introduction to postman interface](/img/03/c1541fca65dd726fd4bdc8793b605e.png)
[API interface tool] Introduction to postman interface

JMeter做接口测试,如何提取登录Cookie

浅谈专项测试之弱网络测试

Redis 核心技术与实战之 基本架构:一个键值数据库包含什么?

【Postman】Collections配置运行过程

Properties file

Past and present lives of QR code and sorting out six test points

Full link voltage measurement: building three models

Idea new UI usage

MFC关于长字符串unsigned char与CString转换及显示问题
随机推荐
Database isolation level
G - Supermarket
全链路压测:构建三大模型
曼哈顿距离和-打印菱形
Still worrying about how to write web automation test cases? Senior test engineers teach you selenium test case writing hand in hand
数据库-当前读与快照读
E - 食物链
Black cat takes you to learn EMMC Protocol Part 10: EMMC read and write operation details (read & write)
模拟卷Leetcode【普通】1218. 最长定差子序列
PHP uses redis to implement distributed locks
自定义指定路由上的Gateway过滤器工厂
Basic knowledge of MySQL
技术分享 | 常见接口协议解析
数据库隔离级别
Data type of MySQL
Simulation volume leetcode [general] 1218 Longest definite difference subsequence
leetcode 24. Exchange the nodes in the linked list in pairs
Simulation volume leetcode [general] 1249 Remove invalid parentheses
Black cat takes you to learn UFS protocol Chapter 4: detailed explanation of UFS protocol stack
【Postman】动态变量(也称Mock函数)