Sign inSign up

timveil/docker-hadoop-base

By timveil

Updated almost 7 years ago

Base Docker image for all project containers

Image
0

1.7K

timveil/docker-hadoop-base repository overview

Docker Hadoop - Base

Dockerfile responsible for installing and configuring the base Hadoop image. This image is extended by a docker-hadoop-core.

For example this image does the following:

  • update image timezone to America/New_York
  • run apt-get update and install the following required packages:
    • curl
    • perl
    • netcat
    • apt-utils
    • less
    • procps
    • vim
  • add entrypoint.sh

Building the Image

docker build --no-cache -t timveil/docker-hadoop-base:latest .

Publishing the Image

docker push timveil/docker-hadoop-base:latest

Running the Image

docker run -it timveil/docker-hadoop-base:latest

Tag summary

Content type

Image

Digest

Size

152.2 MB

Last updated

almost 7 years ago

docker pull timveil/docker-hadoop-base