
Docker
SoloLinux
专注Kernel,GPU Driver,ROCM,CPU, Power/Performance开
展开
-
docker 环境下build RHEL8 kernel
为了少折腾 编译环境,研究了一下可以使用docker 把编译环境搭建好之后 换系统可以随时pull 这个image ,并挂载本地volume 到docker 下做编译开发.简单记录一下步骤podman pull registry.redhat.io/ubi8/ubipodman tag registry.redhat.io/ubi8/ubi registry.redhat.io/ubi8:build之后就可以随意配置编译环境 并commit 进自己的build tag 下保存起来简单方便的环原创 2020-05-08 22:38:41 · 490 阅读 · 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 · 274 阅读 · 0 评论