Skip to content

Instantly share code, notes, and snippets.

@leifwalsh
Last active December 26, 2015 05:59
Show Gist options
  • Save leifwalsh/7104164 to your computer and use it in GitHub Desktop.
Save leifwalsh/7104164 to your computer and use it in GitHub Desktop.
tokumx docker image
$ docker run -d leifw/ubuntu-tokumx
$ mongo localhost:$(docker port $(docker ps | awk '/leifw\/ubuntu-tokumx/ {print $1}') 27017)
TokuMX mongo shell v1.3.0-mongodb-2.4.7
connecting to: localhost:49154/test
> db.runCommand('buildInfo').tokumxVersion
1.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment