Docker-OSX icon indicating copy to clipboard operation
Docker-OSX copied to clipboard

`touch: cannot touch '/env': Permission denied` for custom docker image root

Open justanhduc opened this issue 3 years ago • 3 comments
trafficstars

Hi guys. I got an error touch: cannot touch '/env': Permission denied when running the docker with -e GENERATE_UNIQUE=true -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodesDocker-OSX/master/custom/config-nopicker-custom.plist when the docker image root is on an external drive. Could you let me know how to fix this? Thanks a lot.

justanhduc avatar Nov 01 '22 11:11 justanhduc

/env is the only thing I deprecated, have you got the latest image?

Also, small issue with nopicker'ing today (want to move the EFI option from boot menu)

sickcodes avatar Nov 18 '22 11:11 sickcodes

when running use the following argument: --user root

byJohnJava avatar Jan 13 '23 15:01 byJohnJava

This worked for me! Maybe add to the Readme?

SonicZentropy avatar Jan 14 '23 23:01 SonicZentropy

--user root work for me too.

paulobreim avatar Mar 05 '23 16:03 paulobreim