We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc196ad commit 08b1b91Copy full SHA for 08b1b91
node-installer/script/installer.sh
@@ -34,7 +34,7 @@ mkdir -p $NODE_ROOT$KWASM_DIR/bin/
34
35
cp /assets/containerd-shim-spin-v2 $NODE_ROOT$KWASM_DIR/bin/
36
37
-# A bug in containerd makes BinaryName not work with shim not in PATH
+# A bug in containerd makes BinaryName not work with shim not in PATH, so this statically links the kwasm installation to path
38
# https://github.com/containerd/containerd/issues/11480
39
mkdir -p $NODE_ROOT/usr/local/bin/
40
ln -s $KWASM_DIR/bin/containerd-shim-spin-v2 $NODE_ROOT/usr/local/bin/containerd-shim-spin
0 commit comments