From 11ec46eba7ff4f51e7c2beed49d85c0fdf955a8a Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 22 Mar 2016 11:46:27 -0600 Subject: [PATCH] Add folder for future work with containerd/runc Add a folder and preliminary README.md for future work with containerd/runc --- containerd-runc/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 containerd-runc/README.md diff --git a/containerd-runc/README.md b/containerd-runc/README.md new file mode 100644 index 0000000..623690a --- /dev/null +++ b/containerd-runc/README.md @@ -0,0 +1,11 @@ +# Running ContainerD and RunC + +These files were created to allow users to experiment with ContainerD ([https://containerd.tools/](https://containerd.tools/)) and RunC ([https://github.com/opencontainers/runc](https://github.com/opencontainers/runc)) on a compatible Linux system. + +## Contents + +* **README.md**: This file you're currently reading. + +## Instructions + +Coming soon!