如何在「Debian」,安裝「Podman」

主題

安裝

執行下面指令,安裝相關套件。

sudo apt-get install podman qemu-utils qemu-system-x86 gvproxy virtiofsd

執行下面指令,建立相關的軟連結。

sudo ln -sf /usr/bin/gvproxy /usr/libexec/podman/gvproxy

sudo ln -sf /usr/libexec/virtiofsd /usr/libexec/podman/virtiofsd

執行下面指令,確認相關的軟連結,是否建立成功。

file /usr/libexec/podman/gvproxy

file /usr/libexec/podman/virtiofsd

顯示

/usr/libexec/podman/gvproxy: symbolic link to /usr/bin/gvproxy
/usr/libexec/podman/virtiofsd: symbolic link to /usr/libexec/virtiofsd

版本

執行

podman --verison

顯示

podman version 5.4.2

接下來

接下來,了解「關於「machine」的入門操作」。


This site uses Just the Docs, a documentation theme for Jekyll.