entrypoint: ["sh", "-c", "tail -f /dev/null"]
command:
- server
- --listen
- 0.0.0.0:4954
entrypoint와 command를 같이 작성하면
entrypoint가 command를 덮어쓴다
'ops > docker' 카테고리의 다른 글
| COPY (0) | 2025.12.26 |
|---|---|
| docker 명령어 설치하기 (0) | 2025.12.25 |
| docker 컨테이너로 파일 복사하기 (0) | 2025.11.30 |
| docker registry 이미지 name 형식 (0) | 2025.11.29 |
| https://forums.docker.com/t/tutorial-solve-the-error-message-is-the-docker-daemon-running/145891 (0) | 2025.11.28 |