
Docker
SoloLinux
专注Kernel,GPU Driver,ROCM,CPU, Power/Performance开
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker 环境下build RHEL8 kernel
为了少折腾 编译环境,研究了一下可以使用docker 把编译环境搭建好 之后 换系统可以随时pull 这个image ,并挂载本地volume 到docker 下做编译开发. 简单记录一下步骤 podman pull registry.redhat.io/ubi8/ubi podman tag registry.redhat.io/ubi8/ubi registry.redhat.io/ubi8:build 之后就可以随意配置编译环境 并commit 进自己的build tag 下保存起来 简单方便的环原创 2020-05-08 22:38:41 · 510 阅读 · 0 评论 -
docker image create and export
https://raw.githubusercontent.com/docker/docker/master/contrib/mkimage-yum.sh或者https://github.com/moby/moby/blob/master/contrib/mkimage-yum.sh [root@localhost /]# chmod 777 mkimage-yum.sh [root@localh...原创 2020-04-16 23:49:38 · 287 阅读 · 0 评论