




















sudo apt update && sudo apt upgrade -y
cd /tmp
curl -L -O https://github.com/containers/podman/releases/download/v5.6.1/podman-remote-static-linux_amd64.tar.gz
tar -xzf podman-remote-static-linux_amd64.tar.gz
chmod +x podman-remote-static-linux_amd64
sudo mv podman-remote-static-linux_amd64 /usr/local/bin/podman
rm -f podman-remote-static-linux_amd64.tar.gz
sudo apt install -y
qemu-system-x86
gvproxy
virtiofsd # ← 已补齐
podman machine init
podman machine start
podman info
podman run --rm hello-world
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。