0
点赞
收藏
分享

微信扫一扫

在openEuler 21.9安装自带的容器软件Docker、podman、skopeo

绣文字 2022-01-12 阅读 42

openEuler 21.9上的Docker、podman、Skopeo版本都偏低。

此外没有自带buildah和cri-o.

不知道下一个版本情况会不会好点。

[root@openeuler iso]# dnf install docker -y

[root@openeuler iso]# docker version

Client:

Version: 18.09.0

EulerVersion: 18.09.0.118

API version: 1.39

Go version: go1.15.7

Git commit: af8d888

Built: Wed Sep 29 21:34:21 2021

OS/Arch: linux/amd64

Experimental: false

Server:

Engine:

Version: 18.09.0

EulerVersion: 18.09.0.118

API version: 1.39 (minimum version 1.12)

Go version: go1.15.7

Git commit: af8d888

Built: Wed Sep 29 21:33:47 2021

OS/Arch: linux/amd64

Experimental: false

[root@openeuler iso]#

[root@openeuler iso]# dnf install podman -y

[root@openeuler iso]# podman version

WARN[0000] unable to find /etc/containers/registries.conf. some podman (image shortnames) commands may be limited

Version: 0.10.1

Go Version: go1.15.7

OS/Arch: linux/amd64

[root@openeuler iso]#

[root@openeuler iso]# dnf install skopeo -y

[root@openeuler iso]# skopeo --version

skopeo version 1.1.0

[root@openeuler iso]#

[root@openeuler iso]# dnf install buildah -y

Last metadata expiration check: 10:52:59 ago on Tue 11 Jan 2022 07:07:43 PM CST.

No match for argument: buildah

Error: Unable to find a match: buildah

[root@openeuler iso]#

举报

相关推荐

0 条评论