Base Docker image for all project containers
1.7K
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:
America/New_Yorkapt-get update and install the following required packages:
curlperlnetcatapt-utilslessprocpsvimentrypoint.shdocker build --no-cache -t timveil/docker-hadoop-base:latest .
docker push timveil/docker-hadoop-base:latest
docker run -it timveil/docker-hadoop-base:latest
Content type
Image
Digest
Size
152.2 MB
Last updated
almost 7 years ago
docker pull timveil/docker-hadoop-base