-
Notifications
You must be signed in to change notification settings - Fork 5
[번역] introduction 추가 및 기존 번역 수정 #124
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # Get started | ||
|
|
||
| Docker를 처음 사용하는 분을 위해 본 섹션에서는 Docker를 시작하는 데 필요한 필수 리소스를 안내합니다. | ||
| 도커를 처음 사용하는 분을 위해 본 섹션에서는 도커를 시작하는 데 필요한 필수 리소스를 안내합니다. | ||
|
|
||
| 가이드를 따라, Docker가 어떻게 개발 워크플로를 최적화할 수 있는지 알아보세요. | ||
| 가이드를 따라, 도커가 어떻게 개발 워크플로를 최적화할 수 있는지 알아보세요. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,40 @@ | ||
| # Introduction | ||
|
|
||
| 도커와 컨테이너를 이해하기 위한 종합적인 학습과정을 시작합니다. 기본 개념과 설치 절차부터 시작합니다. 도커의 필수 명령어, 이미지 생성, 컨테이너 오케스트레이션을 다루는 실습을 통해 실력을 향상시킵니다. | ||
|
|
||
| ## About this series | ||
|
|
||
| 이 가이드 시리즈에서는 도커 데스크탑(Docker Desktop)을 로컬 머신에 설치하고 설정하는 것부터 시작하여 도커를 직접 경험해 볼 수 있습니다. 첫 번째 컨테이너를 실행하는 방법을 배우고 컨테이너화의 기본 사항과 그 이점을 이해하게 됩니다. 이 시리즈는 첫 번째 도커 이미지를 빌드하는 과정을 안내하며, 효율적이고 재사용 가능한 이미지를 만드는 방법에 대한 통찰력을 제공합니다. 마지막으로 도커 허브(Docker Hub)에 이미지를 게시하는 방법을 살펴보고, 이를 통해 도커 커뮤니티와 작업을 공유하고 도커의 강력한 협업 및 배포 생태계를 활용할 수 있습니다. | ||
|
|
||
| ## What you'll learn | ||
|
|
||
| ## Modules | ||
| 도커 데스크탑 설정 | ||
| 첫 번째 컨테이너 실행 | ||
| 첫 번째 이미지 구축 | ||
| 도커 허브에 이미지 게시 | ||
|
|
||
| ## Modules | ||
|
|
||
| ### 1. 도커 데스크탑 다운로드하기 | ||
|
|
||
| 도커 데스크탑을 구축하고 실행하는 것은 컨테이너화를 시작하는 개발자에게 중요한 첫 단계이며, 도커 컨테이너를 관리하기 위한 원활하고 사용자 친화적인 인터페이스를 제공합니다. 도커 데스크탑은 컨테이너에서 애플리케이션을 빌드, 공유 및 실행하는 프로세스를 간소화하여 다양한 환경에서 일관성을 보장합니다. | ||
|
|
||
| 시작[#/get-started/introduction/get-docker-desktop] | ||
|
|
||
| ### 2. 컨테이너를 사용하여 개발하기 | ||
|
|
||
| 도커의 강력한 기능을 직접 경험하며 첫 번째 컨테이너를 실행하는 방법을 알아보세요. 컨테이너화된 환경 내에서 백엔드와 프런트엔드 코드를 실시간으로 변경하여 원활한 통합과 테스트를 보장하는 방법도 다룹니다. | ||
|
|
||
| 시작[#/get-started/introduction/develop-with-containers] | ||
|
|
||
| ### 3. 첫번째 이미지 빌드 및 푸시하기 | ||
|
|
||
| 애플리케이션 컨테이너화의 핵심 단계인 첫 번째 도커 이미지를 빌드하는 방법을 알아보세요. 이미지 저장소를 생성하고 도커 허브에 이미지를 빌드하여 푸시하는 과정을 안내합니다. 이를 통해 팀 내에서 이미지를 쉽게 공유할 수 있습니다. | ||
|
|
||
| 시작[#/get-started/introduction/build-and-push-first-image] | ||
|
|
||
| ### 4. 다음은? | ||
|
|
||
| 이제 도커 데스크탑을 설정하고, 컨테이너로 개발하고, 첫 번째 이미지를 빌드하고 푸시했으므로 다음 단계로 넘어가 컨테이너가 무엇이고 어떻게 작동하는지 자세히 알아볼 준비가 되었습니다. | ||
|
|
||
| 시작[#/get-started/introduction/whats-next] | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분 UI는 제가 작업해서 보기 좋게 변경해두겠습니다.