This message was deleted.
# general
a
This message was deleted.
p
ubuntu version?
if 22.04 do
Copy code
sudo nano /etc/default/grub
edit the following line to match
Copy code
GRUB_CMDLINE_LINUX="cgroup_memory=1 cgroup_enable=memory swapaccount=1 systemd.unified_cgroup_hierarchy=0"
then
Copy code
sudo update-grub
sudo reboot
c
I got 20.04
Nevertheless the issue is resolved I had a conflicting Docker version installed using snap during installation of the VM, which clashed with the one I installed afterwards.
👍 1