일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- ubuntu타임존
- 리엑트블로거
- findIndex()
- 깃 토큰 만료
- ${변수}
- 스프링 데이타 JPA
- Robo3T 폰트 키우기
- search()
- 5.3.8 Modifying Queries
- ...점점점문법
- 문자열 인터폴레이션
- 가상컴퓨터마법사
- js 문자열을 문자배열로
- 객체를 배열로
- 프론트엔드 스쿨
- 레디스 확인
- lastIndexOf()
- @Moditying @Query
- 코딩 어?
- 객체의 밸류값만 찾기
- 시퀄 문법
- Robo3T 폰트변경
- sql like연산자
- 우분투 시간 변경
- sql 문자열 패턴 검색
- Robo3T 글씨체 변경
- 배열을 객체로
- Robo3T 글씨키우기
- 객체의키값만 찾기
- indexOf()
- Today
- Total
코딩기록
오류) 도커- .error during connect: This error may indicate that the docker daemon is not running.: ~~ : The system cannot find the file specified. 본문
오류) 도커- .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오류 메시지
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 도커허브아이디/리포지터리이름 .
명령어 실행시 발생.
원인
도커 데스크답에 로그인 안했다.
해결
도커 데스크답에 로그인하고 다시 도커빌드하면 끝.