Skip to content

Instantly share code, notes, and snippets.

@HomerJSimpson
Created February 24, 2016 19:18
Show Gist options
  • Save HomerJSimpson/7c0a1c219fbc9b06c9fd to your computer and use it in GitHub Desktop.
Save HomerJSimpson/7c0a1c219fbc9b06c9fd to your computer and use it in GitHub Desktop.
first

notes

mongo with a data volume from another container

docker run \
	 --rm \
	 --name mongo \
	 --volumes-from mongo-data \
	 -p 27017:27017 mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment