Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 35 additions & 2 deletions public/docs/get-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Get started

도커를 처음 사용하는 분을 위해 섹션에서는 도커를 시작하는 데 필요한 필수 리소스를 안내합니다.
Docker를 처음 사용하시는 분들을 위해 섹션에서는 시작하는 데 필요한 필수 자료들을 안내해 드립니다.

가이드를 따라, 도커가 어떻게 개발 워크플로를 최적화할 수 있는지 알아보세요.
가이드를 따라 Docker를 시작하고 개발 워크플로우를 최적화하는 방법을 알아보세요.

Docker의 고급 개념 및 시나리오에 대해서는 가이드를 참조하십시오.

## Foundations of Docker

Docker를 설치하고 Docker가 무엇인지 알아보세요.

<button-component
title="Get Docker"
href="/#/get-started/get-docker"
></button-component>

<button-component
title="Docker Overview"
href="/#/get-started/docker-overview"
></button-component>

Docker의 기본 개념과 워크플로우를 배우세요.

<button-component
title="Introduction"
href="/#/get-started/introduction"
></button-component>

<button-component
title="Docker concepts"
href="/#/get-started/docker-concepts/the-basics/what-is-a-container"
></button-component>

<button-component
title="Docker workshop"
href="/#/get-started/docker-workshop"
></button-component>