File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,9 @@ if [ "${LIMA_INSTALL_DOCKER}" == "true" ]; then
158158 echo docker-openrc >> " $tmp " /etc/apk/world
159159 echo docker-cli >> " $tmp " /etc/apk/world
160160 echo docker >> " $tmp " /etc/apk/world
161+
162+ # kubectl port-forward requires `socat` when using docker-shim
163+ echo socat >> " $tmp " /etc/apk/world
161164fi
162165
163166if [ " ${LIMA_INSTALL_BINFMT_MISC} " == " true" ]; then
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ profile_lima() {
2323 if [ " ${LIMA_INSTALL_DOCKER} " == " true" ]; then
2424 apks=" $apks libseccomp runc containerd tini-static device-mapper-libs"
2525 apks=" $apks docker-engine docker-openrc docker-cli docker"
26+ apks=" $apks socat"
2627 fi
2728 if [ " ${LIMA_INSTALL_LIMA_INIT} " == " true" ]; then
2829 apks=" $apks e2fsprogs lsblk sfdisk shadow sudo udev"
You can’t perform that action at this time.
0 commit comments