Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Created March 20, 2015 14:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funkyboy/c273c9d3767ea0e274a0 to your computer and use it in GitHub Desktop.
Save funkyboy/c273c9d3767ea0e274a0 to your computer and use it in GitHub Desktop.
To run BaasBox on Docker
# To pull the image
docker pull funkyboy/baasbox:0.9.2
# To run
docker run -d -p 9000:9000 -v /folder/on/host/machine:/baasbox/db funkyboy/baasbox:0.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment