• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






李泰格

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 下一页

2022年11月20日

gpu-burn容器使用说明
摘要: 宿主机 安装 driver # 禁用宿主机 自带 显卡 驱动 lsmod | grep nouveau nouveau 1949696 0 mxm_wmi 16384 1 nouveau wmi 32768 2 mxm_wmi,nouveau video 49152 1 nouveau i2c_al 阅读全文
posted @ 2022-11-20 22:18 乐码客 阅读(1178) 评论(0) 推荐(0)
 
gpu-jupyter使用说明
摘要: 宿主机 安装 driver # 禁用宿主机 自带 显卡 驱动 lsmod | grep nouveau nouveau 1949696 0 mxm_wmi 16384 1 nouveau wmi 32768 2 mxm_wmi,nouveau video 49152 1 nouveau i2c_al 阅读全文
posted @ 2022-11-20 22:10 乐码客 阅读(167) 评论(0) 推荐(0)
 

2022年11月19日

dnd_bind
摘要: office 镜像 internetsystemsconsortium/bind9 https://hub.docker.com/r/internetsystemsconsortium/bind9 文档 https://bind9.readthedocs.io/en/latest/# https:/ 阅读全文
posted @ 2022-11-19 23:02 乐码客 阅读(70) 评论(0) 推荐(0)
 
cuda11镜像
摘要: pull docker pull nvidia/cuda:11.2.0-cudnn8-devel-ubi7 docker tag nvidia/cuda:11.2.0-cudnn8-devel-ubi7 registry.cn-hangzhou.aliyuncs.com/mkmk/all:nvidi 阅读全文
posted @ 2022-11-19 22:54 乐码客 阅读(119) 评论(0) 推荐(0)
 
https_registry
摘要: 下载 证书 mkdir cert cd cert curl -u admin:brysjhhrhL356126155165352237656123165615 -o test_zk_cert.zip http://192.168.63.100:50000/remote.php/webdav/Docu 阅读全文
posted @ 2022-11-19 00:46 乐码客 阅读(93) 评论(0) 推荐(0)
 
docker registry api
摘要: remove registry https://stackoverflow.com/questions/43666910/remove-docker-repository-on-remote-docker-registry enable DELETE API: by config.yml : sto 阅读全文
posted @ 2022-11-19 00:41 乐码客 阅读(498) 评论(0) 推荐(0)
 

2022年11月17日

Docker 共享文件Samba服务
摘要: doc https://hub.docker.com/r/dperson/samba docker pull dperson/samba samba sudo docker run -it --name samba -p 139:139 -p 445:445 -v /path/to/director 阅读全文
posted @ 2022-11-17 19:40 乐码客 阅读(57) 评论(0) 推荐(0)
 
搭建私有镜像仓库
摘要: 杭州阿里 mkmk 仓库 registry.cn-hangzhou.aliyuncs.com/mkmk/all 启动 本地 register server 默认部署的 是 http server, 但是 client 端 是 https 的 ,所以 在 client 端 需要 做一些 配置 dock 阅读全文
posted @ 2022-11-17 19:31 乐码客 阅读(64) 评论(0) 推荐(0)
 

2022年11月16日

在内网部署支持ssl的docker私仓
摘要: registry 需要 443 1194:1194/udp 更换 来此加密 ssl 证书 \cp -a /free_cicdfs0/k8s_data/registry_ssl/certs/private.pem /free_cicdfs0/k8s_data/registry_ssl/certs/do 阅读全文
posted @ 2022-11-16 22:04 乐码客 阅读(163) 评论(0) 推荐(0)
 
docker使用bind9实现域名解析
摘要: 刷新服务 cd /free_cicdfs0/compose/bind9 docker-compose down; docker-compose up -d 修改配置文件 新版本 配置文件 大致结构发生了一些改变 cat /free_cicdfs0/data/bind9/etc/bind/named. 阅读全文
posted @ 2022-11-16 21:44 乐码客 阅读(562) 评论(0) 推荐(0)
 
上一页 1 2 3 4 下一页