Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

도커 이미지 빌드와 Dockerfile 기초 #82

Open
utterances-bot opened this issue May 18, 2022 · 2 comments
Open

도커 이미지 빌드와 Dockerfile 기초 #82

utterances-bot opened this issue May 18, 2022 · 2 comments

Comments

@utterances-bot
Copy link

도커 이미지 빌드와 Dockerfile 기초 | 44BITS

도커(Docker)에서 이미지 빌드는 컨테이너와 함께 가장 중요한 개념입니다. 이미지는 컨테이너의 기반이 되는 파일들의 집합입니다. 사용자는 리눅스 배포판 이미지를 기반으로 자유롭게 프로비저닝을 하고 커스텀 이미지를 만들 수 있습니다. 이 글에서는 도커 이미지

https://www.44bits.io/ko/post/building-docker-image-basic-commit-diff-and-dockerfile

Copy link

docker build 와 commit 차이를 알아보기 위해 들어왔는데
정말 훌륭한 글이네요 레이어와 컨테이너, 이미지까지
쉬운 예제와 도표로 쉽게 이해됐습니다.
감사합니다. 😀


오타가 있네요

따라서 ubuntu:18.04 일기 전용 이미지 레이어는 그대로 놔두고 단지 참조만 할 뿐입니다.
일기 ❌ -> 읽기 ✅

Copy link

2uropa2 commented Jul 3, 2023

좋은 글 감사합니다. 도커 입문하기 너무 쉽게 잘 쓰셨네요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants