Originally created by @justanhduc on GitHub (Nov 1, 2022).
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.
Originally created by @justanhduc on GitHub (Nov 1, 2022).
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)
@sickcodes commented on GitHub (Nov 18, 2022):
`/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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @justanhduc on GitHub (Nov 1, 2022).
Hi guys. I got an error
touch: cannot touch '/env': Permission deniedwhen running the docker with-e GENERATE_UNIQUE=true -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodesDocker-OSX/master/custom/config-nopicker-custom.plistwhen the docker image root is on an external drive. Could you let me know how to fix this? Thanks a lot.@sickcodes commented on GitHub (Nov 18, 2022):
/envis 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)
@byJohnJava commented on GitHub (Jan 13, 2023):
when running use the following argument: --user root
@SonicZentropy commented on GitHub (Jan 15, 2023):
This worked for me! Maybe add to the Readme?
@paulobreim commented on GitHub (Mar 5, 2023):
--user root work for me too.