Skip to content

Instantly share code, notes, and snippets.

@vorakumar
Created March 25, 2016 17:33
Show Gist options
  • Save vorakumar/f8553ab8ca27df5d1592 to your computer and use it in GitHub Desktop.
Save vorakumar/f8553ab8ca27df5d1592 to your computer and use it in GitHub Desktop.
Creates docker container to run Hadoop Examples
echo "Creating VM..."
docker-machine create -d virtualbox hadoop
echo "Starting VM..."
docker-machine start hadoop
echo "Fetching Docker image..."
eval $(docker-machine env hadoop)
docker pull sequenceiq/hadoop-docker:2.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment