Skip to content

Instantly share code, notes, and snippets.

@marcelmaatkamp
Last active August 29, 2015 14:15
Show Gist options
  • Save marcelmaatkamp/836fe52b29672d1fc010 to your computer and use it in GitHub Desktop.
Save marcelmaatkamp/836fe52b29672d1fc010 to your computer and use it in GitHub Desktop.
docker run \
--name zookeeper \
-d \
-p 2181:2181 \
-p 2888:2888 \
-p 3888:3888 \
jplock/zookeeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment