-
Notifications
You must be signed in to change notification settings - Fork 5
[translate] get-started 페이지 내용 업데이트 및 번역 #177
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 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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,17 @@ | ||
| # Get started | ||
| # Get Docker | ||
|
|
||
| 도커를 처음 사용하는 분을 위해 본 섹션에서는 도커를 시작하는 데 필요한 필수 리소스를 안내합니다. | ||
| Docker는 애플리케이션을 개발, 배포, 실행하기 위한 오픈 플랫폼입니다. Docker를 사용하면 애플리케이션을 인프라로부터 분리하여 소프트웨어를 신속하게 제공할 수 있습니다. Docker를 통해 애플리케이션을 관리하는 것과 동일한 방식으로 인프라를 관리할 수 있습니다. Docker의 방법론을 활용하여 코드를 신속하게 배포, 테스트, 배포함으로써 코드 작성과 프로덕션 환경에서의 실행 사이의 지연 시간을 크게 줄일 수 있습니다. | ||
|
|
||
| 가이드를 따라, 도커가 어떻게 개발 워크플로를 최적화할 수 있는지 알아보세요. | ||
| ## Docker Desktop 다운로드 및 설치 | ||
|
|
||
| Docker Desktop은 컨테이너화된 애플리케이션과 마이크로서비스를 빌드, 공유, 실행할 수 있는 사용하기 쉬운 애플리케이션입니다. Docker Desktop에는 Docker Engine, Docker CLI 클라이언트, Docker Compose, Docker Content Trust, Kubernetes, Credential Helper가 포함되어 있습니다. | ||
|
krsy0411 marked this conversation as resolved.
Outdated
|
||
|
|
||
| > **참고**: 대규모 기업(직원 250명 이상 또는 연간 매출 1천만 달러 이상)에서 Docker Desktop을 상업적으로 사용하려면 유료 구독이 필요합니다. | ||
|
|
||
| 운영 체제를 선택하여 적합한 설치 경로를 찾으세요: | ||
|
|
||
| <button-component href="https://docs.docker.com/desktop/install/mac-install/" title="Docker Desktop for Mac"></button-component> | ||
| <button-component href="https://docs.docker.com/desktop/install/windows-install/" title="Docker Desktop for Windows"></button-component> | ||
| <button-component href="https://docs.docker.com/desktop/install/linux-install/" title="Docker Desktop for Linux"></button-component> | ||
|
|
||
| > Docker Engine 설치에 대한 자세한 내용은 [Docker Engine 설치 개요](https://docs.docker.com/engine/install/)를 참조하세요. | ||
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.
Uh oh!
There was an error while loading. Please reload this page.