Published On: January 27th, 2023Categories: AI News



Summary

It is not so difficult to install Podman on Artix Linux, based on Arch Linux and systemd-free.
It’s because pacman brings core packages: podman and qemu-base of QEMU.

You can prepare podman by installing them and configure some. }}”>After completing them, you can start virtual machine and manage containers … to a certain extent.

There are issues left, which occurs problems on process handling or networking.
This post shows how to fix them.



Environment



Issued and Solutions

* doas (OpenDoas) can be replaced with sudo.



system migrate failed due to lack of buildah



Issue description

buildah is a “tool that facilitates building OCI images” of Containers.
If it is not installed, podman system migrate will print out the warning:

WARN[0000] "https://dev.to/" is not a shared mount, this could cause issues or missing mounts with rootless containers
Enter fullscreen mode

Exit fullscreen mode Source link

Leave A Comment