Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- http
- 프레젠테이션 계층
- 스프링부트 구조
- spring
- 작업명중복
- MSA
- 스프링부트
- 스프링
- JWT
- Java
- 어노테이션
- ./gr
- 토큰기반 인증
- ./gradlew docker
- formmatted
- 퍼시스턴스 계층
- IPC
- 스프링부트 계층구조
- java I/O
- 로그인/로그아웃
- 세션기반 인증
- 동기
- 로그인 인증 흐름
- JPA
- ORM
- @temproal
- 비동기
- 비즈니스 계층
- RESTfull API
- 스프링 부트 테스트
Archives
- Today
- Total
[DEV] J-Jay
ERROR: error during connect: this error may indicate that the docker daemon is not running 본문
Trouble Shooting/Error
ERROR: error during connect: this error may indicate that the docker daemon is not running
J-Jay 2024. 4. 22. 21:44728x90
문제
>./gradlew docker
터미널에서 위 코드를 실행시 아래와 같은 에러가 발생했다.
> Configure project : 서비스명
task Jar명 output files
> Task :서비스명:docker FAILED
ERROR: error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/_ping": open //./pipe/docker_engine: The system cannot find the file specified.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':서비스명:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/8.0/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 2s
8 actionable tasks: 3 executed, 5 up-to-date
해결방법
Docekr Desktop 실행
끝.
'Trouble Shooting > Error' 카테고리의 다른 글
IntelliJ 실행시 finished with non-zero exit value 1 에러 (0) | 2024.04.24 |
---|