강의

멘토링

커뮤니티

Inflearn Community Q&A

ligun0319's profile image
ligun0319

asked

Learn Docker and CI environment by following [2023.11 update]

Reason why the Package.json file is missing

docker run smileajw1004/nodejs:latest 나오는 법

Written on

·

245

1

docker run smileajw1004/nodejs:latest 명령어 입력 후 Server is running 까지는 확인 했는데,

이후로는 입력이 안되는데 빠져나오는 키가 뭔가요??

Ctrl+C , D , ESC 다 안되네요 ㅠㅠ

awsgithubdockercicd데이터 엔지니어링travis-ci

Answer 1

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

안녕하세요 !!! 

docker run -it --init smileajw1004/nodejs:latest

이런식으로 한번 해보실래요?!!

https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#handling-kernel-signals

감사합니다.

ligun0319's profile image
ligun0319

asked

Ask a question