Skip to content

Instantly share code, notes, and snippets.

@tidalgo22
Last active March 14, 2019 12:09
Show Gist options
  • Save tidalgo22/4e880da0af36c86fea58cf4e810c4273 to your computer and use it in GitHub Desktop.
Save tidalgo22/4e880da0af36c86fea58cf4e810c4273 to your computer and use it in GitHub Desktop.
setting up mongo admin interface on existing mongodb container
docker run -it --rm -p 8081:8081 --link mongo_1:mongo --net my_app_default mongo-express
my_app_default is the network get it using docker network ls
mongo_1 on mongo_1:mongo is the container name.
ref:
https://github.com/mongo-express/mongo-express/issues/215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment