mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
touch: cannot touch '/env': Permission denied for custom docker image root
#420
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.