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
-
Hi all,
I really hope someone here can enlighten me:
I am starting a container like so:
docker run --name some-mongo -d mongo:latest
I then enter the container bash
docker exec -it some-mongo bash
and then I run
mongo
which results in
bash: mongo: command not found
I 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