We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf036f commit b732421Copy full SHA for b732421
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
docker build -t denverdino/containerd-wasm .
3
id=$(docker create denverdino/containerd-wasm)
4
-docker cp $id:/containerd-shim-wasm-v1 ./containerd-shim-layotto-v1
+docker cp $id:/containerd-shim-wasm-v1 ./containerd-shim-layotto-v2
5
docker rm -v $id
6
0 commit comments