ubuntu 修改 ip
/etc/netplan/00-installer-config.yaml network: ethernets: ens33: addresses: - 10.0.0.101/24 gateway4: 10.0.0.2 nameservers: ...
/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 ``` ...
**dockerfile中设置pip源** RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 还有几种方法: 在`FROM python:3.x`下插入: RUN mkdir ~/.pip && \ echo &quo...
docker敏感信息怎么管理 1. 使用环境变量 环境变量是一种将敏感信息传递给Docker容器的安全方式。在构建或运行容器时,可以将敏感信息作为环境变量传递给容器,并在容器中引用它们。例如,运行以下命令: docker run -e MYSQL_PASSWORD=securepassword mysql:latest 在容器中,可以通过...
![](http://static.51tbox.com/static/2024-08-29/col/4e9b19fc87891dd655e6feffcd314490/93ce4bb747b74a84912bcd5e97b8e4ac.png.jpg) init_7.sh #!/bin/bash [ -f /etc/init.d/functions ]&a...