2. Issues#
2.1. Could not connect to docker#
ERROR: Couldn’t connect to Docker daemon at http+docker://localhost - is it running? If it’s at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
Solution:
Give user permissions to docker
sudo usermod -a -G docker $USER