Open masadull opened 7 months ago
steps taken for the installation process:
$ sudo apt update
student@ubuntu:~$ curl -fsSL https://get.docker.com -o get-docker.sh student@ubuntu:~$ sh get-docker.sh student@ubuntu:~$ sudo apt install -y git python python-pip
student@ubuntu:~$ docker compose --version
student@ubuntu:~$ sudo apt install docker.io
git clone https://github.com/OpenDroneMap/WebODM
cd WebODM $ ./webodm.sh start
How to fix docker: Got permission denied while trying to connect to the Docker daemon socket https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket
The solution that worked was :
checking to see if it works:
steps taken for the installation process:
$ sudo apt update
student@ubuntu:~$ curl -fsSL https://get.docker.com -o get-docker.sh student@ubuntu:~$ sh get-docker.sh student@ubuntu:~$ sudo apt install -y git python python-pip
student@ubuntu:~$ docker compose --version
student@ubuntu:~$ sudo apt install docker.io
student@ubuntu:~$ docker compose --version
git clone https://github.com/OpenDroneMap/WebODM
cd WebODM $ ./webodm.sh start
How to fix docker: Got permission denied while trying to connect to the Docker daemon socket https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket
The solution that worked was :
checking to see if it works: