hadoop
Git Repository
Dockerfile
- DockerfileBase
docker build --tag registry.czy21.com/library/hadoop-base:latest --file DockerfileBase . --pull - Dockerfile
docker build --tag registry.czy21.com/library/hadoop:latest --file Dockerfile . --pull
Docker Compose
- compose.yml
docker-compose --project-name hadoop --file compose.yml up --detach --remove-orphans