기록저장 블로그
Docker ToolBox windows 데몬 시작 오류시 해결방법 본문
오류내용
$ 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
'코딩 > 도커' 카테고리의 다른 글
도커 PHP 컨테이너에 MYSQLI 플러그인 설치하기 (1) | 2020.02.13 |
---|---|
Docker Portainer 설치하기 (0) | 2019.10.13 |
도커 설치폴더 변경하기 두번째 방법 (0) | 2019.07.23 |
Ubuntu16.04 Docker 데이터 폴더 변경하기 (0) | 2018.04.09 |
윈도우 DockerToolBox 에서 쉘별로 도커머신 설정하기 (0) | 2018.04.09 |
Comments