indramal
(Indramal Wansekara)
3
I already check below sites and I tried several suggestions. After that I post this because these are not working.
https://www.reddit.com/r/docker/comments/129miky/docker_desktop_does_not_run_on_ubuntu_2004/
I found these:
- can not find this file
/etc/xdg/systemd/user/docker-desktop.service
- Not run
docker-desktop.service
service
- No file in
/etc/systemd/system/multi-user.target.wants/docker.service
*Docker run but not docker desktop
systemctl --user start docker-desktop
and systemctl --user force-reload docker-desktop
not working
- When run
/opt/docker-desktop/bin/com.docker.backend
, it show only staring the docker engine.
- This not working
systemctl --user enable docker-desktop
- KVM virtualization check using
lsmod | grep kvm
. It is ok.
This commands only works but temporary.
$ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
$ systemctl --user restart docker-desktop