- 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
.env
file found at the root of this reproducer with appropriate values forSOURCE
andDESTINATION
on 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.