Dev/Docker(2)
-
[ERROR] docker build 시 오류 해결 (401 Unauthorized)
Udemy에서 도커 강의를 수강 중이다.강의 내용 중에 docker compose 실습을 위해 도커에서 github에 올려놓은 소스를 이용하여 배포를 해보는 과정이 있다. 소스 clone 후,Dockerfile이 존재하는 경로에서 아래와 같이 명령어를 입력했다.docker build . -t voting-app오류내용PS D:\02_STUDY\Udemy\example-voting-app\vote> docker build . -t voting-app[+] Building 1.7s (3/3) FINISHED docker:desktop-linux => [internal] load ..
2024.10.07 -
[ERROR] docker build 시 오류 해결 (ERROR: error during connect: Head ~)
Udemy에서 도커 강의를 수강 중이다.강의 내용 중에 docker compose 실습을 위해 도커에서 github에 올려놓은 소스를 이용하여 배포를 해보는 과정이 있다. 소스 clone 후,Dockerfile이 존재하는 경로에서 아래와 같이 명령어를 입력했다.docker build . -t voting-app 오류내용ERROR: error during connect: Head "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/_ping": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified. 처음에는 내 노트북이 윈도우라 발생한 오류인 줄 알았다. 해결방법도커 데스크탑을..
2024.10.07