Hello,
- I followed the steps from here: https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-docker/
But when I execute the last step the following happens:
export LANG=C.UTF-8
export LC_ALL=C.UTF-8
clear
[root@9ea90522982a /]# export LANG=C.UTF-8
[root@9ea90522982a /]# export LC_ALL=C.UTF-8
[root@9ea90522982a /]# clear
bash: clear: command not found
[root@9ea90522982a /]# atlas deployments setup --bindIpAll --username root --password root --type local --force[Default Settings]
Deployment Name local2824
MongoDB Version 7.0
Port 27017Creating your cluster local2824 [this might take several minutes]
1/3: Starting your local environment…
2/3: Downloading the MongoDB binaries to your local environment…
3/3: Creating your deployment local2824…
Error: exit status 126:
- Furthermore when I add the Docker image as a service in Gitlab (with a workaround for the healthcheck by a wait in the script of the job) I get a “exit status 25” which could be related?
Any advice on how to debug what could be wrong? (I think an error code 26 is thrown " If a command is found but is not executable")