Open ysimhony opened 2 years ago
Weird. So if you run sudo docker
or docker
on the host terminal manually the command exists?
yacovs@yacovs:~/Desktop/linux-kernel-module-cheat$ sudo apt-get install docker
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
docker is already the newest version (1.5-2).
0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
yacovs@yacovs:~/Desktop/linux-kernel-module-cheat$ sudo docker
sudo: docker: command not found
Hi @cirosantilli,
Any suggestion?
Shall I try use ubuntu 20.04 instead?
Thanks,
Just in case: are you sure you are not running docker inside docker?
If you can't install and run docker on Ubuntu host which is what it seems like, then that is a big problem that I can't understand.
Is your PATH messed up? Does /usr/bin/docker
exist?
Hi @cirosantilli
This is what I found:
yacovs@yacovs:~/linux-5.8.1_2/linux-5.8.1$ sudo find / -name docker [sudo] password for yacovs: find: ‘/run/user/1000/doc’: Permission denied find: ‘/run/user/1000/gvfs’: Permission denied /usr/share/doc/docker
I have the same problem,using "sudo snap install docker" can solve this issue.
My ubuntu version is: