Replies: 1 comment 1 reply
-
|
https://www.mongodb.com/docs/manual/release-notes/6.0-compatibility/#legacy-mongo-shell-removed
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I really hope someone here can enlighten me:
I am starting a container like so:
docker run --name some-mongo -d mongo:latestI then enter the container bash
docker exec -it some-mongo bashand then I run
mongowhich results in
bash: mongo: command not foundI do not know what I am doing wrong. I want to use the "mongo" command for a docker-compose healthcheck, so I really need it to work.
Any Idea?
Beta Was this translation helpful? Give feedback.
All reactions