Created
November 24, 2021 12:11
-
-
Save ShahanMirza/3b68fb9fe5f201588ef9a4ea564392ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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