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
git clone https://github.com/WasmEdge/wasmedge_hyper_demo.git
cd wasmedge_hyper_demo
docker compose up client
Fail commit need run with older wasmedge 0.11.2 [Update]
The shim now requires the entrypoint path to be resolved using normal posix executable resolution now.
so ENTRYPOINT need start with / is the new usage restrictions and add padding / in path could resolve the second one.
Motivation
Due to the plan of deprecating the fork under Second State, I need to conduct an evaluation of the current functionality of containerd/runwasi before proceeding. I have discovered that using the wasmedge runtime with Docker has been broken for quite some time (all testing while ctr is working fine). Here, I am providing a document that includes the codebase and process I have been using to test docker run.
The text was updated successfully, but these errors were encountered:
CaptainVincent
changed the title
docker run with wasmedge shim stop working after #78
docker run with wasmedge shim stop working (suspected existence of multiple issues)
Jul 5, 2023
CaptainVincent
changed the title
docker run with wasmedge shim stop working (suspected existence of multiple issues)
docker run with wasmedge shim stop working #81
Jul 5, 2023
I've identified the underlying issue in containerd-shim and created an upstream PR: containerd/rust-extensions#151
Once that's merged upstream we need to bump the containerd-shim dependency here. This will also require bumping the ttrpc dependency to 0.8.0.
We should also add a test to make sure we catch these kind of issues.
Issue Highlight
c2c2d0d98237e297e72cbcf9c695a4a215a39bad
Update project to latest shim-protos and ttrpc using protobuf 3.x #81ca5260fd34635ca56d81db3f59ee8672fc7fde68
runwasi: Use youki to fully support OCI runtime spec in wasmedge #78git clone https://github.com/WasmEdge/wasmedge_hyper_demo.git cd wasmedge_hyper_demo docker compose up client
Motivation
Due to the plan of deprecating the fork under Second State, I need to conduct an evaluation of the current functionality of containerd/runwasi before proceeding. I have discovered that using the wasmedge runtime with Docker has been broken for quite some time (all testing while ctr is working fine). Here, I am providing a document that includes the codebase and process I have been using to test docker run.
The text was updated successfully, but these errors were encountered: