Skip to content

Instantly share code, notes, and snippets.

@sananth12
Last active February 8, 2017 19:12
Show Gist options
  • Save sananth12/6616ebd327e569e4f35867171bc6893f to your computer and use it in GitHub Desktop.
Save sananth12/6616ebd327e569e4f35867171bc6893f to your computer and use it in GitHub Desktop.
Starting Cloudera VM with port mappings (OSX)
docker run --hostname=quickstart.cloudera --privileged=true -t -i -p 8080:80 -p 8888:8888 -p 50000-50100:50000-50100 -P [YOUR_IMAGE_HASH] /usr/bin/docker-quickstart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment