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/ddf3de5cac926be465443f03d2e537b7 to your computer and use it in GitHub Desktop.
Save wupher/ddf3de5cac926be465443f03d2e537b7 to your computer and use it in GitHub Desktop.
docker run \
--name manager_app \
-v /Users/fanwu/Workspace/Docker/manager_app/jar:/opt \
--link wjdbmgrapp:wjdbmgrapp \
--link manager-redis:manager-redis \
--link wjmongodb:wjmongodb \
-p 3039:3039 \
manager_app:v01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment