Skip to content

archongum/docker-cdh-repo

Ā 
Ā 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

16 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

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.

About

šŸŽMirror of CDH repository by Docker with httpd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 67.3%
  • Python 32.7%