From 3b9dbb00756a4c7424a3db82bfc428c8b8f31fa0 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 17 Jul 2017 12:04:23 -0400 Subject: containerd: uprev to latest 0.2.x To match the docker (moby) and runc updates, we need the latest containerd from the 0.2.x branch to work in cooperation with the other components. Note: containerd master won't currently work with docker master, but is very similar to 0.2.x. The build target varies slightly in master, but otherwise with these changes to the recipe and build steps we can switch easily when the time comes. Signed-off-by: Bruce Ashfield --- recipes-containers/containerd/files/containerd.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-containers/containerd/files/containerd.service (limited to 'recipes-containers/containerd/files/containerd.service') diff --git a/recipes-containers/containerd/files/containerd.service b/recipes-containers/containerd/files/containerd.service new file mode 100644 index 00000000..23633b02 --- /dev/null +++ b/recipes-containers/containerd/files/containerd.service @@ -0,0 +1,11 @@ +[Unit] +Description=containerd +Documentation=https://containerd.tools +After=network.target + +[Service] +ExecStart=/usr/local/bin/containerd +Delegate=yes + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf