소스 검색

Update README.md

Vos 8 년 전
부모
커밋
eebfb6f305
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -98,3 +98,7 @@ of the following commands to give Docker Toolbox access to those files.
    `docker-machine restart default`
    
 5. You should now be good to go!
+
+### Fixing the "couldn't connect to docker daemon" error
+
+Some people have had issues while trying to execute the `docker-compose` command. To fix this, you will have to run `docker-machine env dev`. This command will print various variables. At the bottom, it will say something similar to `@FOR /f "tokens=*" %i IN ('docker-machine env default') DO @%i`. Run this command in your shell. You will have to do this command for every shell you want to run `docker-compose` in, every session.