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

后端 未结 10 2326
悲&欢浪女
悲&欢浪女 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:31

    Run docker-compose with the Docker Quickstart Terminal. It will solve your error.

    The Docker Quickstart Terminal is mostly a regular shell but allows to create a default machine. It can be used to connect to other machines as well:

    eval $(docker-machine env )

提交回复
热议问题