Inflearn Community Q&A
docker create 질문드립니다
Written on
·
186
0
안녕하세요, 2:10초 즈움에 docker create 명령어를 실행하면 이미지에 있는 파일 스냅샷이 컨테이너의 하드 디스크로 넣어진다고 말씀하셨습니다.
이 과정을 좀 더 자세히 볼 수 있는 방법이 있을까요? 예를 들어 파일 이미지의 어떤 파일 스냅샷을 docker create 명령어 후 출력된 컨테이너 ID에서 확인하는 등 좀 구체적으로 확인할 수 있는지 궁금해서 문의드립니다.
항상 자세한 설명 감사드립니다ㅣ!
cicd데이터 엔지니어링travis-ciawsgithubdocker
Quiz
When running a container using the `docker run image_name command` format, how does the last `command` work?
Added before the base command of the image.
Ignore the image's default command and execute that command.
It runs simultaneously with the base command of the image.
Only runs when the image has no default command.
Answer
This question is waiting for answers
Be the first to answer!




