Skip to content

gbraad-devenv/alt-machine-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Alternative OS image for (Podman) Machine

Note

Currently this works on Linux only, and can not directly be used with podman machine init --image yet. Instead, you need download_container_disk_image which will be part of my dotfiles.

$ download_container_disk_image ghcr.io/gbraad-devenv/fedora/podman-machine-os ~/DiskImages/podman-machine.qcow2
$ sudo virt-install \
  --import \
  --name podman-machine \
  --memory 4096 \
  --vcpus 2 \
  --disk ~/DiskImages/podman-machine.qcow2 \
  --os-variant fedora-eln