I have deployed minikube using the following link https://gist.github.com/edrex/b54023fc9dbe8d21c0c81f5cce523ede in My local machine and when i try to build a docker image using docker build -t hello-node:v1 .
as per this link
it throws the following error
Sending build context to Docker daemon 3.072kB Step 1 : FROM node:6.9.2 Pulling repository docker.io/library/node Error while pulling image: Get https://index.docker.io/v1/repositories/library/node/images: dial tcp: lookup index.docker.io on 192.168.122.1:53: server misbehaving
Any help would be off great use Thanks in advance..
Make sure to run $ eval $(minikube docker-env)
in the current terminal to point to the docker instance in minikube.