leandromoreira / digital_video_introduction

A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸
https://github.com/leandromoreira/introduction_video_technology
BSD 3-Clause "New" or "Revised" License
15.28k stars 1.32k forks source link

Permission denied while trying to connect to Docker Daemon socket during ./setup.sh #105

Closed naveenv05 closed 3 years ago

naveenv05 commented 3 years ago

SYSTEM Details: NAME="Ubuntu" VERSION="16.04.6 LTS (Xenial Xerus)" REVISION=4.15.0-106-generic Docker version:docker-ce_19.03.9~3-0~ubuntu-xenial_amd64.deb

ISSUE Details: $ ./setup.sh . . docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/create: dial unix /var/run/docker.sock: connect: permission denied.

naveenv05 commented 3 years ago

Was able to resolve this after executing the startup script with sudo privileges.