Skip to content

Commit

Permalink
Keep container images when recreating minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Nov 12, 2024
1 parent 595cd3f commit 8a72fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker-cache
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help:
.PHONY: minikube-start
minikube-start: # @HELP Start a local k8s cluster using minikube
minikube-start:
minikube --profile minikube-wbaas start --kubernetes-version=1.28.9 --container-runtime=docker
minikube --profile minikube-wbaas start --kubernetes-version=1.28.9 --container-runtime=docker --mount --mount-string="./docker-cache:/var/lib/docker"

.PHONY: minikube-stop
minikube-stop: # @HELP Stop the local minikube cluster
Expand Down

0 comments on commit 8a72fc8

Please sign in to comment.