afbjorklund / lima-gui

Making a GUI for lima VM

Home Page:https://github.com/lima-vm/lima

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add basic interaction with containers and images

afbjorklund opened this issue · comments

It would be nice to at least be able to display the running containers and stored images...

Start with nerdctl (containerd), but should be simple to add docker and podman support:

  • docker.lima

  • podman.lima

Also:

  • version

  • info

With the basic functionality of being able to select engine (nerdctl/docker/podman) to use.

This is just implemented using limactl shell, no need to mess with any local client programs.