Docker-OSX
Docker-OSX copied to clipboard
`touch: cannot touch '/env': Permission denied` for custom docker image root
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.
/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)
when running use the following argument: --user root
This worked for me! Maybe add to the Readme?
--user root work for me too.