💻 Tech
If you have images that you want to load in minikube you can use this command. This is helpful if you built an image outside minikube.
minikube image load <image-name>
Alternatively, you can use the eval
command to set the docker environment to minikube. This way, the image is built in the minikube environment, so you don’t need to load the image into minikube.
eval $(minikube docker-env)
docker build -t <image-name> .
💪 Productivity
Two of the techniques in speed reading are clustering and keyword-skimming. Clustering is reading phrases or grouping words instead of reading words one by one. This way, you read the text faster without losing comprehension. Keyword-skimming is looking specifically at the keywords to get the gist of what you’re reading which is helpful if you want to understand the context or the key points of what you’re reading quickly.