| 9 Jan 2024 |
samasaur | also despite it building on Linux, when i put it in a Docker image and tried to run the docker image, I still got exec format error | 01:27:17 |
samasaur | so something else is wrong | 01:27:30 |
@julia:the-apothecary.club | not particularly certain with docker things, what does file report? | 01:31:11 |
samasaur | well nix build . && ./result/bin/remote-text-web-client runs fine | 01:32:16 |
@julia:the-apothecary.club | is this purely on linux? | 01:32:33 |
samasaur | yeah | 01:32:38 |
@julia:the-apothecary.club | idk what docker's "exec format error" means but is there a nix store in the docker image? | 01:32:51 |
samasaur | i think so | 01:33:00 |
@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 |