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
$ docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
The text was updated successfully, but these errors were encountered:
wholenewstrain
changed the title
Getting error from sender <path>: Access is denied. when context is being transferred on Windows 10 when path is longer than 260 characters
Getting error from sender <path>: Access is denied. When context is being transferred on Windows 10 and path is longer than 260 characters
Jul 17, 2019
Steps to re-create:
Enable long paths on Windows 10
Create a long path in a project, longer than 260 characters \aaa\bbb\ccc .....
Create a Dockerfile and make sure context will include the created long path
Enable build kit
Run docker build -f Dockerfile .
Getting Access denied error when sending context
$ docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
The text was updated successfully, but these errors were encountered: