| 作者: Witton Bell
| 902 字
| 2 分钟
文章目录 一、环境配置 二、部署 1、编写Dockerfile 2、编写容器编排文件 3、设置Goland部署配置 4、执行部署 三、 ……
阅读全文
| 作者: 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
| 474 字
| 1 分钟
前几天向公司申请了一台新电脑,这两天新电脑到了,就是各种软件的安装,工作环境的搭建,其中有一项就是把之前的Mysql数据 ……
阅读全文
| 作者: 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权限 ……
阅读全文
| 作者: Witton Bell
| 609 字
| 2 分钟
文章目录 一、导出项目 二、导入项目 前段时间公司配置了新的服务器,把系统与软件环境安装好,昨天开始迁移gitlab中的项目了 ……
阅读全文
| 作者: Witton Bell
| 4605 字
| 10 分钟
文章目录 一、下载gitlab以及gitlab-runner镜像 二、运行容器与配置gitlab 1、运行gitlab容器 2、 ……
阅读全文