코딩기록

오류) 도커- .error during connect: This error may indicate that the docker daemon is not running.: ~~ : The system cannot find the file specified. 본문

백엔드/쿠버네티스(k8s)

오류) 도커- .error during connect: This error may indicate that the docker daemon is not running.: ~~ : The system cannot find the file specified.

뽀짝코딩 2022. 9. 15. 10:43
728x90

오류 메시지

PS C:\Users\userpc\Desktop\1kub-deploy-01\users-api> docker build -t suzyp0223/kub-dep-users .
error during connect: This error may indicate that the docker daemon is not running.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&labels=%7B%7D&memory=0&memswap=0&networkmode=default&rm=1&shmsize=0&t=suzyp0223%2Fkub-dep-users&target=&ulimits=null&version=1": open //./pipe/docker_engine: The system cannot find the file specified.

-------------------------------------------------------------------------------------------

연결 중 오류: 이 오류는 도커 데몬이 실행되고 있지 않음을 나타낼 수 있습니다.: ~~ : 시스템이 지정된 파일을 찾을 수 없습니다.

 

상황

vscode에서 docker build -t 도커허브아이디/리포지터리이름 .

명령어 실행시 발생.

 

원인

도커 데스크답에 로그인 안했다.

 

해결

도커 데스크답에 로그인하고 다시 도커빌드하면 끝.

 

 

 

반응형
Comments