작성
·
4.6K
0
docker run -it redis
실행하면 에러가 나요
답변을 받지 못해서 다시 남겨요
docker -v 로 돌아가는 거 확인도 했는데 ...
docker: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/create: 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.
See 'docker run --help'.
이런 에러가 뜹니다.
답변 3
3
강의해주시는 분이 답변을 안달아주셨군요
Windows에서 실행하실 때는 Docker Desktop이 꼭 실행중인 상태에서 cmd에 아래 명령어를 입력하셔야 됩니다.
> docker run -it redis
참고하세요~
https://stackoverflow.com/questions/40459280/docker-cannot-start-on-windows
1
안녕하세요
혹시
https://github.com/docker/for-win/issues/1825#issuecomment-433719346
여기 나온것처럼 따라해보실래요 ~~ ???
0
문제발생
John Ahn 님 코멘트 따라 실행하여 문제 해결 관리자 파워쉘 창에 경로 상관없이 그냥 같다 붙입니다.
cd "C:\Program Files\Docker\Docker"./DockerCli.exe -SwitchDaemon