인프런 커뮤니티 질문&답변

asdf123님의 프로필 이미지
asdf123

작성한 질문수

따라하며 배우는 도커와 CI환경 [2023.11 업데이트]

도커를 쓰는 이유

에러 어떻게하나요

작성

·

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

John Ahn님의 프로필 이미지
John Ahn
지식공유자

안녕하세요 
혹시

https://github.com/docker/for-win/issues/1825#issuecomment-433719346 

여기 나온것처럼 따라해보실래요 ~~ ???

asdf123님의 프로필 이미지
asdf123

작성한 질문수

질문하기