• 카테고리

    질문 & 답변
  • 세부 분야

    데브옵스 · 인프라

  • 해결 여부

    미해결

에러 어떻게하나요

20.09.27 21:24 작성 조회수 4.04k

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

choiiohc1님의 프로필

choiiohc1

2022.02.18

강의해주시는 분이 답변을 안달아주셨군요

 

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

suntaek kim님의 프로필

suntaek kim

2021.03.05