- Create a Directory Junction from a Windows file system directory located on a partition of an internal disk drive (
SOURCE) to a directory located on a removable drive (DESTINATION) - Download and extract this reproducer project
- Edit the
.envfile found at the root of this reproducer with appropriate values forSOURCEandDESTINATIONon your own workstation - In a Windows command shell¹ (cmd, PowerShell, Git Bash for example), run:
docker compose up
———
¹ The volume is successfully created if docker compose up is ran in a WSL 2 shell.