Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 997257d

Browse files
authored
Merge pull request #312 from ggilley/start-containerd-on-boot
Start containerd on boot
2 parents 799f6ce + 66848bf commit 997257d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

krib/templates/containerd-install.sh.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ echo "Skipping custom etc/containerd/config.toml: No containerd/config defined"
5252

5353
# start containerd
5454
systemctl start containerd
55+
systemctl enable containerd
5556

5657
ctr --version
5758
echo "Containerd v{{.Param "containerd/version"}} installed successfully"

0 commit comments

Comments
 (0)