mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 18:58:36 +00:00
If we want to run the build.sh by using a user this is failing by saying that `failed to dial gRPC: cannot connect to the Docker daemon... /var/run/docker.sock: connect: permission denied`. This PR fixes that issue. Fixes #889 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>