Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.12 KB

Docker-CDH-repo

Mirror of CDH repository by Docker with httpd

Why

This project aims to speed up your progress when you want to install CDH at Configuring a Local Package Repository, especially for developers from China.

Where

The repository images are built automatically at Docker Hub.

You should choose the right one for your host to install HDP.

How

If you are from China, you should to configure Docker proxy, like this.

If you want to install CDH version 6.3.1 on Centos 7:

Cloudera Manager

docker run -dit --name cm-6.3.1 -p 8080:80 lencent/cdh:redhat7-cm-6.3.1

or

docker run --rm -it -p 8080:80 lencent/cdh:redhat7-cm-6.3.1

CDH

docker run -dit --name cdh-6.3.1 -p 8090:80 lencent/cdh:redhat7-cdh-6.3.1

or

docker run --rm -it -p 8090:80 lencent/cdh:redhat7-cdh-6.3.1


If you encounter any problems, just issue an issue.