Docker 이미지를 build 할 때 Context folder가 정해지지 않아, Dockerfile을 찾지 못해 발생하는 에러
docker build -t docker-whale .
와 같이 .(현재 경로) 등의 Context folder를 정해줘야 함.
참고:
Docker: unable to prepare context: unable to evaluate symlinks in Dockerfile path: GetFileAttributesEx
I just downloaded Docker Toolbox for Windows 10 64bit today. I'm going through the tutorial. I'm receving the following error when trying to build an image using a Dockerfile. Steps: Launched D...
stackoverflow.com
'웹 개발 > ETC' 카테고리의 다른 글
[Jenkins] JAVA_HOME should point to a JDK not a JRE (0) | 2021.03.30 |
---|---|
[Jenkins] GitHub Webhook 설정 시 "Polling has not run yet" 메시지 (0) | 2021.03.29 |
MQTT의 추가적인 개념과 구현 (0) | 2020.12.03 |
Kubernetes (0) | 2020.11.24 |
MQTT(Message Queuing Telemetry Transport)의 개념 (0) | 2020.11.07 |