Skip to content

Instantly share code, notes, and snippets.

@wupher
Created March 1, 2020 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wupher/75bf449e9aee8a307e69c2beab57e339 to your computer and use it in GitHub Desktop.
Save wupher/75bf449e9aee8a307e69c2beab57e339 to your computer and use it in GitHub Desktop.
docker run -d \
--name=wjmongodb \
-h wjmongodb \
-p 27017:27017 \
-v /Users/fanwu/Workspace/Docker/manager_app/wjmongodb/data:/data/db \
daocloud.io/library/mongo:3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment