Jesse Pledger
Jesse Pledger
@programerr01 @kid-icarus I had this issue and it was resolved by omitting `sudo`.
Same here - exact same error. I did notice the following: ``` # distrod/libs/src/container_org_image.rs static LINUX_CONTAINERS_ORG_BASE: &str = "https://images.linuxcontainers.org/"; ``` Checking Wayback Machine it looks like https://images.linuxcontainers.org recently started redirecting...
https://github.com/DDoSolitary/LxRunOffline looks pretty cool! Glad I was following this issue. That said, I'd still be interested in a Distrod fix 😂 I have not tried to use Distrod recently the...
I had this issue with: OSX: 12.0 (Apple M1 Pro) Erlang: 23.2.6 Elixir: 1.11.3-otp-23 Running `mix deps.update crc` followed by `unset KERL_CONFIGURE_OPTIONS` and `mix deps.compile` worked for me.