Skip to content

Instantly share code, notes, and snippets.

@RafaRochaS91
Last active September 22, 2019 15:01
Show Gist options
  • Select an option

  • Save RafaRochaS91/6ad0d796ceae5ba800295f92d832123b to your computer and use it in GitHub Desktop.

Select an option

Save RafaRochaS91/6ad0d796ceae5ba800295f92d832123b to your computer and use it in GitHub Desktop.
docker-stuff
# container with name mongo-dev from image mongodb
# mounting a volume at /opt/mongodb:/data/db and exposing port 27017
$ docker run --name mongo-dev -d -v /opt/mongodb:/data/db -p 27017 mongodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment