| 作者: Witton Bell
| 1093 字
| 3 分钟
WordPress是一个非常流行的网站、博客内容管理系统,很网站都是使用它来创建的内容。本文记录笔者在容器中搭建Word ……
阅读全文
| 作者: Witton Bell
| 2661 字
| 6 分钟
网络上很多使用nginx来作为文件服务器的,前段时间公司也有这个需求,就研究了一下使用nginx来做文件服务器,参见前面 ……
阅读全文
| 作者: Witton Bell
| 1664 字
| 4 分钟
文章目录 一、下载并安装最新的nginx容器 二、设置系统 1.设置更新源 2.更新 3.设置本地时区 三、准备sftp账号 1.添加 ……
阅读全文
| 作者: Witton Bell
| 3463 字
| 7 分钟
文章目录 一、安装nginx容器 二、配置nginx 三、支持文件上传 1. 配置nginx 2. 添加upload.html 3. 添加后端处 ……
阅读全文
| 作者: Witton Bell
| 902 字
| 2 分钟
文章目录 一、环境配置 二、部署 1、编写Dockerfile 2、编写容器编排文件 3、设置Goland部署配置 4、执行部署 三、 ……
阅读全文
| 作者: Witton Bell
| 778 字
| 2 分钟
今天在服务中部署容器时,出现错误: 1Error: error configuring CNI network plugin: failed to create new watcher too many open files 通过: 1cat /proc/sys/fs/inotify/max_user_instances 2cat /proc/sys/fs/inotify/max_user_watches 查看结果为: 1fs.inotify.max_user_instances = 128 2fs.inotify.max_user_watches = 264039 max_user_ ……
阅读全文
| 作者: Witton Bell
| 527 字
| 2 分钟
用过docker-compose的一定不会对podman-compose陌生,podman作为docker的替代品,自然 ……
阅读全文
| 作者: Witton Bell
| 361 字
| 1 分钟
在前文 Goland使用远程容器进行go开发调试中介绍到为了让Goland能够远程调试Docker容器中的代码,需要在Do ……
阅读全文
| 作者: Witton Bell
| 636 字
| 2 分钟
文章目录 一、安装远程容器 二、安装与配置容器仓库 1.安装与配置 2.安装证书 三、准备项目 四、运行 1.开启容器远程服务 2.添加 ……
阅读全文
| 作者: Witton Bell
| 811 字
| 2 分钟
文章目录 一、在容器中安装运行nexus3 二、创建Docker镜像仓库 三、修改配置文件 四、配置权限 1.配置Realms权限 ……
阅读全文