随笔分类 -  11 云cloud虚拟化

docker dockerfile k8s docker-compose kvm
kube-vip部署k8s高可用集群
摘要:时间:2023_10_27 kube-vip部署k8s高可用集群-基于rocky9.x+docker-ce+cri-dockerd+kubeadm1.30.5+k8s1.30.5 nodeRegistration: criSocket: /run/containerd/containerd.sock 阅读全文

posted @ 2024-10-27 10:30 luokeli 阅读(21) 评论(0) 推荐(0) 编辑

k8s学习路线
摘要:1基础: linux os network 云 2 容器 容器管理工具docker 轻量级容器运行时containerd 工业级容器运行时cri-o 国产容器运行时isulad华为 安全容器运行时: kata containers gvisor 3 k8s k8s集群架构 k8s集群部署方案 版本 阅读全文

posted @ 2024-10-23 22:47 luokeli 阅读(59) 评论(0) 推荐(0) 编辑

win10使用qemu软件模拟arm架构
摘要:### win10使用qemu软件模拟arm架构并安装openEuler2203 aarch64=arm64 # 下载qemu的exe安装程序 https://qemu.weilnetz.de/w64/2024/qemu-w64-setup-20240903.exe # 安装qemu 指定安装目录为 阅读全文

posted @ 2024-09-18 17:32 luokeli 阅读(88) 评论(0) 推荐(0) 编辑

openEuler24.03 安装docker
摘要:# 关闭防火墙 和 selinux systemctl stop firewalld && systemctl disable firewalld sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config && setenforce 阅读全文

posted @ 2024-09-06 11:28 luokeli 阅读(270) 评论(0) 推荐(0) 编辑

ubuntu24.04配置GPU服务器
摘要:### Ubuntu24.04 配置阿里源 vim /etc/apt/sources.list.d/ubuntu.sources Types: deb URIs: https://mirrors.aliyun.com/ubuntu/ Suites: noble noble-updates noble 阅读全文

posted @ 2024-09-05 11:06 luokeli 阅读(98) 评论(0) 推荐(0) 编辑

centos7 安装 docker-ce
摘要:# 关闭selinux sed -i '/SELINUX/s/enforcing/disabled/' /etc/selinux/config setenforce 0 # 关闭防火墙 systemctl stop firewalld.service && systemctl disable fir 阅读全文

posted @ 2024-01-12 16:54 luokeli 阅读(4) 评论(0) 推荐(0) 编辑

ubuntu 安装 nvidia-container-toolkit 使docker能用GPU
摘要:docker < 19.03安装的是nvidia-docker2 用--runtime=nvidia 做标记 distribution=$(. /etc/os-release;echo $ID$VERSION_ID) curl -s -L https://nvidia.github.io/nvidi 阅读全文

posted @ 2023-11-20 15:40 luokeli 阅读(2357) 评论(0) 推荐(0) 编辑

ubuntu 18.04/20.04 安装docker gpu环境
摘要:一、基础配置 多为的ubuntu18.04 指ubuntu18.04-server 最小安装20.04 同上 root密码 # 配置root远程登录 vim /etc/ssh/sshd_config PermitRootLogin yes systemctl restart sshd # 解决DNS 阅读全文

posted @ 2023-11-17 16:56 luokeli 阅读(191) 评论(0) 推荐(0) 编辑

openEuler 安装nvidia-docker2 or nvidia-container-toolkit
摘要:openEuler2203 安装 nvidia-container-toolkit 注意: docker 20+ 以上用 nvidia-container-toolkit 代替 nvidia-docker2 ### 因为nvidia不支持 openeuler2203 又因为 openeuler22. 阅读全文

posted @ 2023-11-17 15:27 luokeli 阅读(412) 评论(0) 推荐(0) 编辑

dokcer使用GPU
摘要:1 全局配置文件的方式默认指定所有容器都使用gpu vim /etc/docker/daemon.json { "default-runtime": "nvidia", "runtimes": { "nvidia": { "path": "/usr/bin/nvidia-container-runt 阅读全文

posted @ 2023-10-17 12:27 luokeli 阅读(66) 评论(0) 推荐(0) 编辑

runlike 找回你的 docker run
摘要:# 环境 cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.3 LTS" uname -r 5.15.0-84-generic python3 -V Python 3.10.12 # 安装pip3 apt install python3-pip # 测试pi 阅读全文

posted @ 2023-09-27 11:42 luokeli 阅读(104) 评论(0) 推荐(0) 编辑

dfimage通过docker镜像逆向出dockerfile
摘要:# 被测试镜像 nginx:1.21.1 # 拉取逆向工具镜像 docker pull alpine/dfimage # 制作别名命令 alias dfimage="docker run -v /var/run/docker.sock:/var/run/docker.sock --rm alpine 阅读全文

posted @ 2023-09-26 11:57 luokeli 阅读(718) 评论(0) 推荐(0) 编辑

hexo博客-dockerfile
摘要:制作hexo博客镜像 # 基础镜像 FROM icoty1/ubuntu-hexo-blog:latest MAINTAINER Luokeli0755 "https://luokeli0755.github.io" EXPOSE 4000 # hexo部分插件安装,使支持rss,图片,字数统计等功 阅读全文

posted @ 2023-09-11 09:59 luokeli 阅读(31) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示