Skip to content

hadoop

Git Repository

Dockerfile

  • DockerfileBase
    docker build --tag registry.czy21-internal.com/library/hadoop-base:latest --file DockerfileBase . --pull
    
  • Dockerfile
    docker build --tag registry.czy21-internal.com/library/hadoop:latest --file Dockerfile . --pull
    

Docker Compose

  • deploy.yml
    docker-compose --project-name hadoop --file deploy.yml up --detach --remove-orphans