Home
  • Home
  • Posts
  • Talks
  • About
  • Notes
  • |
LIGHTDARK

podman

07 Feb 2024
Table of Contents
    1. Random favorite links

Random favorite links

  • Running amd64 docker images with Podman on Apple Silicon (M1) tl;dr
podman machine ssh
sudo -i
rpm-ostree install qemu-user-static
systemctl reboot
podman run --rm -it docker.io/amd64/alpine:3.14 sh
 
© 2025 Andrii Soldatenko. Powered by Hugo blog awesome.