Ubuntu 22.04.4 LTS
Ubuntu 22.04.4 LTS ------------------ [下载Ubuntu桌面系统 \| Ubuntu](https://cn.ubuntu.com/download/desktop) <https://releases.ubuntu.com/22.04/ubuntu-22.04.4-desktop-amd64.iso> ![](http:...
Ubuntu 22.04.4 LTS ------------------ [下载Ubuntu桌面系统 \| Ubuntu](https://cn.ubuntu.com/download/desktop) <https://releases.ubuntu.com/22.04/ubuntu-22.04.4-desktop-amd64.iso> ![](http:...
KubeSphere集成本地容器镜像仓库 Harbor :[连接](https://51tbox.com/) 1 获取YUM源 -------- 使用阿里云开源软件镜像站。 ``` # wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -O /etc/yum.repos.d/doc...
centos8 nfs 跟centos 7 是不一样的 安装: dnf install -y nfs-utils rpcbind psmisc 启动软件(注:有顺序的,要先启动rpcbind,再启动nfs,关闭的时候刚好顺序相反) systemctl restart rpcbind systemctl restart nfs-server...
/etc/netplan/00-installer-config.yaml network: ethernets: ens33: addresses: - 10.0.0.101/24 gateway4: 10.0.0.2 nameservers: ...
docker 满了。 Docker修改数据存储目录{#articleContentId} 系统盘爆满: ![](http://static.51tbox.com/static/2024-08-29/col/c01948ec56126f2515fec58fbb4ed770/5a741d439061407695f81c60dc7b2776.png.jpg) 每...
kubesphere v3.3.2 现在kubesphere出到3.4.x版本了,不稳定,用3.3.2就行了 docker是20版本,k8s是1.22.x或者1.23.x 官方文档: https://kubesphere.io/zh/docs/v3.3/installing-on-linux/introduction/multioverview/ 环境要求: ...
docker可视化容器管理工具Portainer Portainer console : 报 Error Unable to retrieve image details :[连接](https://51tbox.com/) docker 监控 Portainer是一个可视化的容器镜像的图形管理工具,利用Portainer可以轻松构建,管理和维护Docker环境。 它可以...
Mac M1/M2 VMware Fusion 安装 Centos 7.9(ARM 64 版本 centos arm版 之前 Intel 芯片的 Mac 用的都是 Parallels Desktop 玩虚拟机,现在换新 Mac 用的是新的 M2 芯片,之前以为 x86 架构用不了换成 arm 架构就行,结果在网上冲浪了一天都没能安装成功,一直卡在 Install Cento...
docker 命令 指定命令运行 docker run -d --name kk3 kubesphere/builder-nodejs:v3.2.0 tail -f /etc/hosts 多平台容器镜像代理服务,支持 Docker Hub, GitHub, Google, k8s, Quay, Microsoft 等镜像仓库. 连接:<https...
网上找了好几个写的很详细,但是对我没用: 首先 ```text vim /usr/lib/systemd/system/jenkins.service ``` ```text # 修改Jenkins权限,把Jenkins修改为root User=root Group=root # 让配置文件生效 systemctl daemon-reload ``` ...