Docker Compose Up gives “The system cannot find the file specified.” error

后端 未结 10 2267
悲&欢浪女
悲&欢浪女 2021-02-11 11:44

I have recently installed Docker Toolbox on my Windows 10 machine.

However, whenever I run docker-compose up I get the following error message:

10条回答
  •  囚心锁ツ
    2021-02-11 12:23

    You and I may or may not have the same problem. In the link posted by @Haken Lid above, the issue is with the PATH environment variable not having the correct version of Python.

    BUT, for me, the issue was that I had not set all of my environment variables, by running

    eval $(docker-machine env )
    

    before I ran the docker-compose .

提交回复
热议问题