You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
# 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
The text was updated successfully, but these errors were encountered:
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
With rustdesk server 1.11.1-1, the command says
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
The text was updated successfully, but these errors were encountered: