선택적 구성요소 기능을 사용하여 Dataproc 클러스터를 만들 때 Docker와 같은 추가 구성요소를 설치할 수 있습니다. 이 페이지에서는 Docker 구성요소에 대해 설명합니다.
Dataproc 구성요소는 각 클러스터 노드에 Docker 데몬을 설치하고 Docker 데몬 실행을 위해 각 노드에 Linux 사용자 'docker'와 Linux 그룹 'docker'를 만듭니다. 이 구성요소는 또한 dockerd 서비스 실행을 위해 'docker' systemd 서비스를 만듭니다. Docker 서비스의 수명 주기를 관리하려면 systemd 서비스를 사용해야 합니다.
구성요소 설치
Dataproc 클러스터를 만들 때 구성요소를 설치합니다.
Docker 구성요소는 Dataproc 이미지 버전 1.5 이상으로 생성된 클러스터에 설치할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-12(UTC)"],[[["The Docker component, installable on Dataproc clusters, provides a Docker daemon, a \"docker\" Linux user and group, and a \"docker\" systemd service on each cluster node."],["Installation of the Docker component is supported on Dataproc clusters with image version 1.5 or later, and can be installed when creating a Dataproc cluster."],["The component can be installed using the `gcloud` command with the `--optional-components=DOCKER` flag, via the Dataproc API, or through the Google Cloud console during cluster creation."],["By default, the Dataproc Docker component directs logs to Cloud Logging and configures Docker to use Container Registry in addition to the standard Docker registries."],["The Docker component can be installed on clusters with Kerberos security enabled, but containers interacting with Hadoop services need their own Kerberos credentials."]]],[]]