ktock / container2wasm

Container to WASM converter
https://ktock.github.io/container2wasm-demo/
Apache License 2.0
1.97k stars 72 forks source link

Error response from daemon: unable to create manifests file #262

Open owenthereal opened 4 months ago

owenthereal commented 4 months ago

I compiled c2w on macos and ran the following but got errors:

$ c2w ubuntu:22.04 out.wasm
2024/04/16 10:59:22 saving "ubuntu:22.04" to "/var/folders/wn/gz14l4x91dbfq8byk2tmw33h0000gn/T/container2wasm1995291679/img"
Error response from daemon: unable to create manifests file: content digest sha256:c427cc251a507a2459eacd770fe2cd7e451f883b077e09b2d27fa6f129b29d81: not found
failed to prepare image: exit status 1

My Docker is Docker Desktop for Mac

ktock commented 4 months ago

@owenthereal Thanks for reporting this issue. Mac support isn't completed (see #198). Could you try it on Linux VMs?