I have a Dockerfile that is supposed to build an Ubuntu image. But whenever I run
docker build -t ubuntu-test:latest ./Dockerfile
it shows the fo
I face the same issue. I am using docker version:17.09.0-ce.
I follow below steps:
$ sudo docker build -t ubuntu-test:latest .It resolved issue and image created successsfully.
Note: build command depend on docker version as well as which build option we are using. :)