summarylogtreecommitdiffstats
path: root/kata2-runtime.install
diff options
context:
space:
mode:
authorzer0def2020-10-25 14:57:26 +0100
committerzer0def2020-10-25 16:08:36 +0100
commit32403d11b7cdc307f10747aa5c048d9848938319 (patch)
treef239c43a1f7e56464aa4478d0e3c9f8c6512d16e /kata2-runtime.install
parentc2f87b758d3a409a9bc097373f8f3f10f8025105 (diff)
downloadaur-32403d11b7cdc307f10747aa5c048d9848938319.tar.gz
Fork out Kata 2.0 packages.
Diffstat (limited to 'kata2-runtime.install')
-rw-r--r--kata2-runtime.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/kata2-runtime.install b/kata2-runtime.install
new file mode 100644
index 000000000000..cdf8a5a82615
--- /dev/null
+++ b/kata2-runtime.install
@@ -0,0 +1,9 @@
+post_install() {
+ cat <<EOF
+Due to Docker hard-codied usage of OCI runtime shim v1, the closest replacement
+is to call containerd CLI, for example as follows:
+
+ ctr image pull docker.io/library/alpine:edge
+ ctr run --rm -t --runtime io.containerd.kata.v2 docker.io/library/alpine:edge example-container-name date
+EOF
+}