Created
March 20, 2015 14:02
-
-
Save funkyboy/c273c9d3767ea0e274a0 to your computer and use it in GitHub Desktop.
To run BaasBox on Docker
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
# 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