You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am building in a working directory with a lot of files, the docker build command is running a long time and gives a security warning and a timeout..
$ docker build -t helloworld .
SECURITY WARNING: You are building a Docker image from Windows against a Linux Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
Sending build context to Docker daemon 2.048 kB
Sending build context to Docker daemon
Step 1 : FROM ubuntu
Pulling repository docker.io/library/ubuntu
Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/ubuntu/images. You may want to check your internet connection or if you are behind a proxy.
The text was updated successfully, but these errors were encountered:
Hi Arun,
I used git-bash.
Another contribution: I found during the lab an issue using docker-commands in git-bash. Using the '-ti' -options resulted in "cannot enable tty mode on non tty input". I solved it with prepending the docker command with 'winpty'
For example: $ winpty docker run -ti mywildfly
Regards, Peter
When I am building in a working directory with a lot of files, the docker build command is running a long time and gives a security warning and a timeout..
$ docker build -t helloworld .
SECURITY WARNING: You are building a Docker image from Windows against a Linux Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
Sending build context to Docker daemon 2.048 kB
Sending build context to Docker daemon
Step 1 : FROM ubuntu
Pulling repository docker.io/library/ubuntu
Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/ubuntu/images. You may want to check your internet connection or if you are behind a proxy.
The text was updated successfully, but these errors were encountered: