Skip to content

Instantly share code, notes, and snippets.

@felipsmartins
Last active July 14, 2023 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipsmartins/8a42781918e564e82dac708df6d4da63 to your computer and use it in GitHub Desktop.
Save felipsmartins/8a42781918e564e82dac708df6d4da63 to your computer and use it in GitHub Desktop.
rootless docker minikube
docker context # should be: rootless
minikube start --kubernetes-version=1.22.17 --driver=docker --container-runtime=containerd
# loading local docker image into cluster
# NOTE: use "imagePullPolicy: IfNotPresent"
minikube image load drf3-lab
# switch cluster
kubectl config use-context <NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment