- Docker Client and Server
- Docker Compose
-
clone this repo
-
go to the cloned directory
cd Dirty-CDH-Docker -
build the agent docker image
cd agent && docker build -t cloudera-agent . && cd .. -
build the manager docker image
cd manager && docker build -t cloudera-manager . && cd .. -
run using docker compose
docker-compose up -d && docker logs -f