| 9 Jan 2024 |
@julia:the-apothecary.club | cause my guess would be it's probably looking for the dynamic linker in the nix store | 01:33:03 |
@julia:the-apothecary.club | * cause my guess would be it's probably looking for the dynamic linker in the nix store which might not exist | 01:33:08 |
samasaur | i am also not super confident with docker, and I don't know how to get the file out of docker | 01:33:16 |
@julia:the-apothecary.club | * cause my guess would be it's probably looking for the dynamic linker in the nix store which might not exist in the docker image | 01:33:18 |
@julia:the-apothecary.club | can you run bash inside of docker? | 01:33:30 |
@julia:the-apothecary.club | * can you run bash inside of docker, and then run file on it there? | 01:35:19 |
samasaur | my understanding is that i would run `docker run -it remote-text-web-client:j15za80qwaiq7nla41fln3sxn4rcrbaz | 01:36:08 |
samasaur | * my understanding is that i would run `docker run -it remote-text-web-client:j15za80qwaiq7nla41fln3sxn4rcrbaz` to launch a terminal, but that gives the exec format error before a shell opens | 01:36:21 |
samasaur | * my understanding is that i would run docker run -it remote-text-web-client:j15za80qwaiq7nla41fln3sxn4rcrbaz to launch a terminal, but that gives the exec format error before a shell opens | 01:36:37 |
samasaur | maybe i can prevent it from running the configured Cmd | 01:36:52 |
@julia:the-apothecary.club | I think docker run -it <imagename> /bin/sh should do that | 01:37:06 |
samasaur | ah so the other issue is that /bin/sh and /bin/bash don't exist in this container | 01:38:30 |
samasaur | okay here's what's in the docker image | 01:41:41 |
samasaur |  Download image.png | 01:41:51 |