Skip to content

KingGoujian/docker-volume-issue-with-junctioned-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-volume-issue-with-junctioned-directory

docker/for-win#5582

Platform: Windows 10 Pro Version 10.0.18363 Build 18363

Pull the git repository

Create Junction using command line in the repo folder

mklink /J sub2\common\ sub1\

then run

docker-compose build

and

docker-compose run sub2 sh

/usr/src/app # ls -latr

total 4

lrwxr-xr-x 1 root root 0 Feb 7 11:35 common -> ../sub1

drwxr-xr-x 3 root root 4096 Feb 7 11:40 ..

-rwxr-xr-x 1 root root 93 Feb 7 11:40 Dockerfile

drwxrwxrwx 1 root root 0 Feb 7 11:46 .

drwxrwxrwx 1 root root 0 Feb 7 11:46 realdir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published