| 作者: Witton Bell
| 293 字
| 1 分钟
首先创建容器 1sudo podman pull golang:1.21 2sudo podman run -itd --name go-dlv golang:1.21 然后使用命令 1sudo podman exec -it go-dlv /bin/bash 进入容器,在容器内执行下面的命令安装go调试器dlv: 1go env -w GOPROXY=https://goproxy.cn,direct ……
阅读全文
| 作者: Witton Bell
| 890 字
| 2 分钟
笔者前面的博文 使用nexus3作为Docker镜像仓库介绍了如何使用nexus3来作为容器的镜像仓库,在生成证书时,使用 ……
阅读全文
| 作者: Witton Bell
| 1015 字
| 3 分钟
公司服务器的一些软件使用了容器技术,比如Podman、Docker,从架设到现在已经稳定运行了1年半了,半年前发现磁盘占 ……
阅读全文
| 作者: Witton Bell
| 1976 字
| 4 分钟
一、创建容器 为了让容器内的调试器(gdb、lldb)能够正常调试,在创建容器时需要添加参数: podman添加参数:--c ……
阅读全文
| 作者: Witton Bell
| 1746 字
| 4 分钟
使用podman容器时,podman会默认使用/var/lib/containers路径作为存储路径,可能会导致根磁盘空 ……
阅读全文
| 作者: Witton Bell
| 527 字
| 2 分钟
用过docker-compose的一定不会对podman-compose陌生,podman作为docker的替代品,自然 ……
阅读全文
| 作者: Witton Bell
| 4605 字
| 10 分钟
文章目录 一、下载gitlab以及gitlab-runner镜像 二、运行容器与配置gitlab 1、运行gitlab容器 2、 ……
阅读全文
| 作者: Witton Bell
| 1225 字
| 3 分钟
文章目录 一、拉取registry容器 1、使用cockpit来拉取 2、使用命令拉取 3、生成密码: 二、 运行registry镜 ……
阅读全文
| 作者: Witton Bell
| 1942 字
| 4 分钟
文章目录 一、创建容器 二、创建服务 三、设置开机自动启动 四、测试服务 五、开机测试 六、测试容器运行中情况下,重启主机 七、使用容 ……
阅读全文
| 作者: Witton Bell
| 3983 字
| 8 分钟
文章目录 一、使用SSH远程连接Ubuntu 1.查看IP地址 2. 使用SSH连接 二、安装配置Cockpit 1.安装Cockpi ……
阅读全文