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 4d6ae94 commit 8225bdaCopy full SHA for 8225bda
genapkovl-lima.sh
@@ -225,7 +225,10 @@ if [ "${LIMA_INSTALL_NERDCTL}" == "true" ]; then
225
cp "${tmp}/nerdctl/bin/${bin}" "${tmp}/usr/local/bin/${bin}"
226
chmod u+s "${tmp}/usr/local/bin/${bin}"
227
done
228
- if [ "${LIMA_INSTALL_CNI_PLUGINS}" != "true" ]; then
+ if [ "${LIMA_INSTALL_CNI_PLUGINS}" == "true" ]; then
229
+ mkdir -p "${tmp}/usr/libexec/cni"
230
+ cp "${tmp}/nerdctl/libexec/cni/isolation" "${tmp}/usr/libexec/cni/isolation"
231
+ else
232
mkdir -p "${tmp}/usr/local/libexec/cni"
233
for plugin in bridge portmap firewall tuning isolation host-local; do
234
cp "${tmp}/nerdctl/libexec/cni/${plugin}" "${tmp}/usr/local/libexec/cni/${plugin}"
0 commit comments