type
status
date
slug
summary
tags
category
icon
password

一、安装docker

安装依赖
yum install -y yum-utils
notion image
notion image
更新软件包的索引缓存 yum makecache fast
notion image
安装docker(默认最新版) yum install docker-ce docker-ce-cli containerd.io -y
notion image
notion image

二、更换Docker源

hub.docker.com和国内几家Docker Hub镜像服务平台陆续下架,停止服务。 需要配置docekr加速源(2024年6月中旬测试可用)
Docker镜像加速
设置registry mirror 支持系统:Ubuntu 16.04+、Debian 8+、CentOS 7+
notion image
更换阿里、腾讯等国内镜像网站
notion image
导入镜像
notion image
导出镜像
notion image

三、安装MySQL

notion image
网络模式
简介
bridge
为每一个容器分配、设置IP等,并将容器连接到一个docker0虚拟网桥,默认为该模式。
host
容器将不会虚拟出自己的网卡,配置自己的IP等,而是使用宿主机的IP和端口。
none
容器有独立的Network namespace,但并没有对其进行任何网络设置,如分配veth pair和网桥连接,IP等。
container
新创建的容器不会创建自己的网卡和配置自己的 IP,而是和一个指定的容器共享IP、端口范围等。
notion image
notion image

四、安装nextcloud

notion image
notion image

五、安装onlyoffice插件

notion image

六、onlyoffice连接配置

notion image

七、反向代理思路:

  • 问题1:反向代理填写的是内网IP地址,所以会导致网盘无法通过外部网络进行文件下载
  • 解决办法:将反向代理命令修改,把IP更换为域名并在地址解析中加入
vim /etc/hosts 中加入IP+域名 这样就解决了
notion image
注意:需要把nextcloud服务放到80端口上,不能代理端口,否则地址解析失效,报错
 
Zabbix 监控详细教程网络工程师软考笔记
Loading...