We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On the host machine where all the containers are, run:
docker exec -i -t $(docker ps -a | grep mongo | awk '{print $1}') /bin/bash
This will give you a shell inside the mongo container. Start mongo with: mongo
mongo