Docker Error - No Permission To Read From

preview_player
Показать описание
This tutorial is on how to resolve this error message when you are trying to build an image using the Docker.

error checking context: 'no permission to read from FILENAME'

Command used in this demo.

1) To build docker image
docker build -t IMAGE_NAME .

2) Clear screen
clear

3) Directory list
ls

4) Make new directory
mkdir

5) Copy file
cp

6) Revision of Ubuntu
lsb_release -a

#docker, #image,
Рекомендации по теме
Комментарии
Автор

Thanks, that got me out of a bind. I've done a little looking around and I can't find an explanation as to why this is necessary though. Is it a bug? Is it intended behaviour? If so, do you know why, and what the intended benefit is?

ruairinewman
Автор

Thanks for the video, the problem is that we've used the home directory to build our stuff
you can go anywhere under your home directory to build your image, for example :
cd /home/user/Desktop
sudo docker build .

Автор

Hi bro please give video for prosoft plx32-eip-mbtcp ... complete configuration setup video

inba