Last updated
Ubuntu 22.04
Follow the instructions here to set up KVM

Follow the instructions here
If there is error about "docker-desktop : Depends: docker-ce-cli but it is not installable", follow solutions here

hello world should be able to run

sudo apt install libtool pkg-config autoconf automake texinfo
Last updated
systemctl --user start docker-desktopdocker run hello-world