Skip to content

Instantly share code, notes, and snippets.

@gbraad
Last active May 18, 2026 15:59
Show Gist options
  • Select an option

  • Save gbraad/05a4658fd8caee39cb01605f22674d7c to your computer and use it in GitHub Desktop.

Select an option

Save gbraad/05a4658fd8caee39cb01605f22674d7c to your computer and use it in GitHub Desktop.

Lima on runner

Have been testing a bit more with Lima and other cncf-projects. Got my own prepped cloud images now start with lima instead of the macadam tool I worked on before. Seems to work, but some minor issues along the way; issues filed and let's see. So far, glad to actually move to a more community maintained stack of tooling.

cd ~/
git clone https://github.com/gbraad-dotfiles/upstream .dotfiles
cd .dotfiles
./install.sh
zsh
git config -f ~/.config/dotfiles/local/machine.ini \
    'machine.runtime' \
    'limactl'
machine dotfedora-cloud start
image image

A small fix is needed to make it work properly with fully prepared images:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment