Last active
February 8, 2017 19:12
-
-
Save sananth12/6616ebd327e569e4f35867171bc6893f to your computer and use it in GitHub Desktop.
Starting Cloudera VM with port mappings (OSX)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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