Skip to content

Commit 19dafb4

Browse files
authored
Merge pull request #861 from rancher-sandbox/uninstall-docker-podman
make uninstall should remove docker.lima and podman.lima
2 parents eb3a2da + 67e9930 commit 19dafb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ uninstall:
9090
"$(DEST)/bin/lima" \
9191
"$(DEST)/bin/limactl" \
9292
"$(DEST)/bin/nerdctl.lima" \
93+
"$(DEST)/bin/docker.lima" \
94+
"$(DEST)/bin/podman.lima" \
9395
"$(DEST)/share/lima" "$(DEST)/share/doc/lima"
9496
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
9597

0 commit comments

Comments
 (0)