Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/bin/bash not found in docker container 1.1.11-1 #458

Open
Philippe34 opened this issue Aug 29, 2024 · 0 comments
Open

/bin/bash not found in docker container 1.1.11-1 #458

Philippe34 opened this issue Aug 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Philippe34
Copy link

Hi,
I just upgraded rustdesk-server from docker image 1.1.8 to 1.1.11-1 and I'm trying to connect to the bash container to run the hbbs -V command.
With docker image 1.1.8 I was able to connect, but with docker image 1.1.11-1, this is no longer possible

With rustdesk server 1.1.8, the command returned

# docker exec -t -i <CONTAINER_ID> /bin/bash
CONTAINER_ID# hbbs -V
hbbs 1.1.8

With rustdesk server 1.11.1-1, the command says

# docker exec -t -i <CONTAINER_ID> /bin/bash
Error: crun: executable file `/bin/bash` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found

Is it abnormal ? or the bash has been removed in this docker version ?

I can notice that the size of the image is very small compared with the previous image
# podman image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/rustdesk/rustdesk-server latest 5e9792e3a4c0 3 months ago 23.5 MB
144339d7625f 14 months ago 98.7 MB

Thanks

@Philippe34 Philippe34 added the bug Something isn't working label Aug 29, 2024
@Philippe34 Philippe34 changed the title /bin/bash not find in docker container 1.1.11-1 /bin/bash not found in docker container 1.1.11-1 Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant