mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #560] touch: cannot touch '/env': Permission denied for custom docker image root #419
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/560
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 14, 2023):
This worked for me! Maybe add to the Readme?
@paulobreim commented on GitHub (Mar 5, 2023):
--user root work for me too.