Windows nested docker panic() on build
on bound volumes
#25440
Labels
area/builder
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
platform/windows
version/master
Calling
docker build .
from bound volume from inside the container panics docker client. Calling the same thing from the copy of the volume works fine.BUG REPORT INFORMATION
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Azure Windows Server TP5
Steps to reproduce the issue:
c:\test
with Dockerfile:cd c:\test; docker build -t docker .
docker run -v c:\test:c:\test:rw -it docker
cd c:\test; docker build .
Describe the results you received:
panic()
Describe the results you expected:
new image
The text was updated successfully, but these errors were encountered: