본문 바로가기

컴퓨터 에러

도커 This error may indicate that the docker daemon is not running. open //./pipe/docker_engine: The system cannot find the file specified.

728x90

해결 방법은 두 가지이다. 

 

1) docker setting 변경 

docker 설정에 들어간다. 

Expose Daemon on tcp://localhost:2375 without TLS 항목을 위와 같이 체크해주면 된다. 

 

필자는 여기서 해결이 완료됐다.

 

2) 명령어 입력

powershell을 관리자 권한으로 실행한 뒤에 아래의 명령어를 치면 된다. 

cd C:\Program Files\Docker\Docker
DockerCli.exe -SwitchDaemon

자세한 설정은 https://github.com/docker/for-win/issues/1825 에서 확인할 수 있다. 

728x90