mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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 <bruce.ashfield@windriver.com>
12 lines
188 B
Desktop File
12 lines
188 B
Desktop File
[Unit]
|
|
Description=containerd
|
|
Documentation=https://containerd.tools
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/containerd
|
|
Delegate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|