用docker 导入AnolisOS-8.6 Beta版的doker镜像后启动容器成功 用podman 导入AnolisOS-8.6 Beta版的doker镜像后启动容器失败 复现步骤 下载镜像 wget https://mirrors.openanolis.cn/anolis/8.6/isos/BETA/x86_64/anolis-8.6-x86_64-docker.tar 导入镜像 podman import anolis-8.6-x86_64-docker.tar an8 查看镜像 [root@localhost ~]# podman images REPOSITORY TAG IMAGE ID CREATED SIZE localhost/an8 latest 6bd2eb795a0f 7 days ago 211 MB 启动容器 [root@localhost ~]# podman run -tid --name=boge localhost/an8 /bin/bash Error: container_linux.go:380: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: OCI runtime attempted to invoke a command that was not found
请使用 docker load, import不导入其他配置信息