Skip to content

Instantly share code, notes, and snippets.

@ShahanMirza
Created November 24, 2021 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShahanMirza/3b68fb9fe5f201588ef9a4ea564392ee to your computer and use it in GitHub Desktop.
Save ShahanMirza/3b68fb9fe5f201588ef9a4ea564392ee to your computer and use it in GitHub Desktop.
Daemon issue
[root@localhost system]# docker ps
Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running?
[root@localhost system]# unset DOCKER_HOST
[root@localhost system]# unset DOCKER_TLS_VERIFY
[root@localhost system]# unset DOCKER_TLS_PATH
sudo chmod 666 /var/run/docker.sock if got permission denied issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment