기록저장 블로그

Docker ToolBox windows 데몬 시작 오류시 해결방법 본문

코딩/도커

Docker ToolBox windows 데몬 시작 오류시 해결방법

코딩하는 히라미 2018. 3. 15. 10:59
오류내용

$ docker ps

error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.26/containers/json:
open //./pipe/docker_engine: The system cannot find the file specified.
In the default daemon configuration on Windows, the docker client must be run elevated to connect.
This error may also indicate that the docker daemon is not running

해결방법

$ docker-machine env default | Invoke-Expression


Comments