We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25951d9 commit 7656fa1Copy full SHA for 7656fa1
pkg/cidata/cidata.TEMPLATE.d/boot/40-install-containerd.sh
@@ -10,6 +10,10 @@ command -v systemctl >/dev/null 2>&1 || exit 0
10
11
if [ ! -x /usr/local/bin/nerdctl ]; then
12
tar Cxzf /usr/local "${LIMA_CIDATA_MNT}"/nerdctl-full.tgz
13
+
14
+ mkdir -p /etc/bash_completion.d
15
+ nerdctl completion bash >/etc/bash_completion.d/nerdctl
16
+ # TODO: enable zsh completion too
17
fi
18
19
if [ "${LIMA_CIDATA_CONTAINERD_SYSTEM}" = 1 ]; then
0 commit comments