mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 06:27:39 +00:00
manager: Create containerd link
Make the `kata-manager` create a `containerd` link to ensure the downloaded containerd systemd service file can find the daemon when using the GitHub packaged version of containerd. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
5a7fd943c1
commit
d234cb76b5
@ -402,7 +402,12 @@ install_containerd()
|
|||||||
|
|
||||||
sudo tar -C /usr/local -xvf "${file}"
|
sudo tar -C /usr/local -xvf "${file}"
|
||||||
|
|
||||||
sudo ln -sf /usr/local/bin/ctr "${link_dir}"
|
for file in \
|
||||||
|
/usr/local/bin/containerd \
|
||||||
|
/usr/local/bin/ctr
|
||||||
|
do
|
||||||
|
sudo ln -sf "$file" "${link_dir}"
|
||||||
|
done
|
||||||
|
|
||||||
info "$project installed\n"
|
info "$project installed\n"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user