Browse Source

Update README.md

Vos 8 years ago
parent
commit
d0379ff2fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -101,4 +101,4 @@ of the following commands to give Docker Toolbox access to those files.
 
 ### 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.
+Some people have had issues while trying to execute the `docker-compose` command. To fix this, you will have to run `docker-machine env default`. 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.