toolbox2docker icon indicating copy to clipboard operation
toolbox2docker copied to clipboard

Access is denied.

Open d-sphinx opened this issue 6 months ago • 0 comments

Docker version 28.2.2, build e6534b4

Hi! Runnig "docker compose up" stops at "rename C:\Users\User\AppData\Local\Temp.tmp-compose1022208594697245899 C:\Users\User\AppData\Local\Temp\compose1022208594: Access is denied." error.

I tried to move TEMP to C:\DockerTemp AND gave full control to Everyone via Security tab AND added as Shared folder in VirtualBox: Path C:\DockerTemp Name: c/DockerTemp Full access Auto-mount

set TMP=C:\DockerTemp set TEMP=C:\DockerTemp docker compose up --build

Path changed but nothing else…

"rename C:\DockerTemp.tmp-compose4011876688172116975 C:\DockerTemp\compose4011876688: Access is denied."

I think this error somehow related to paths but can't decide the reason. Any help or advice appreciated!

d-sphinx avatar Jul 04 '25 21:07 d-sphinx