| 作者: Witton Bell
| 1664 字
| 4 分钟
文章目录 一、下载并安装最新的nginx容器 二、设置系统 1.设置更新源 2.更新 3.设置本地时区 三、准备sftp账号 1.添加 ……
阅读全文
| 作者: Witton Bell
| 3463 字
| 7 分钟
文章目录 一、安装nginx容器 二、配置nginx 三、支持文件上传 1. 配置nginx 2. 添加upload.html 3. 添加后端处 ……
阅读全文
| 作者: Witton Bell
| 862 字
| 2 分钟
文章目录 一、创建批处理文件设置静态IP 二、设置DNS WSL2每次启动后的IP都不固定,如果需要一个固定的IP,需要做一些 ……
阅读全文
| 作者: 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
| 811 字
| 2 分钟
文章目录 一、在容器中安装运行nexus3 二、创建Docker镜像仓库 三、修改配置文件 四、配置权限 1.配置Realms权限 ……
阅读全文
| 作者: Witton Bell
| 609 字
| 2 分钟
文章目录 一、导出项目 二、导入项目 前段时间公司配置了新的服务器,把系统与软件环境安装好,昨天开始迁移gitlab中的项目了 ……
阅读全文
| 作者: Witton Bell
| 4605 字
| 10 分钟
文章目录 一、下载gitlab以及gitlab-runner镜像 二、运行容器与配置gitlab 1、运行gitlab容器 2、 ……
阅读全文
| 作者: Witton Bell
| 404 字
| 1 分钟
在使用最新的Ubuntu的时候发现终端的提示符是彩色的 而在CentOS8中以及容器中的Linux系统一般都不是彩色提示, ……
阅读全文