terminal에서 Dockerfile 바로 작성하는 법

hyuckhoon.ko·2021년 7월 22일
0

What I learned in first year

목록 보기
98/146
cat > Dockerfile <<EOF
heredoc> FROM busybox
heredoc> CMD echo "Hello world! This is my first Docker image."
heredoc> EOF

0개의 댓글