Exegol
Exegol copied to clipboard
Mount /etc/localtime on macOS with Orbstack
Description
This PR is to delete line that block Orbstack to mount /etc/localtime. Orbstack on macOS can mount this folder proprely now. I have tested several time (no option, VPN and Desktop) and no issue, the time is sync with the host !
Related issues
No related issue
Point of attention
Hope that my modification is correct :)
@QU35T-code can you confirm?
Thank you for the PR. We need to do some testing before merging.
Regarding your code, my only concern is because of the docker-desktop patch:
path_match = path_match.replace("/etc/", "/private/etc/")
Not sure if it's necessary when using orbstack or not
Thank you for the PR. We need to do some testing before merging.
Regarding your code, my only concern is because of the docker-desktop patch:
path_match = path_match.replace("/etc/", "/private/etc/")Not sure if it's necessary when using orbstack or not
Orbstack mount the /etc/localtime by default. So I guess no. I haven't delete it because I don't know if this was used somewhere else or not.
If not, we can remove everything then.
And sure for testing no problem ;) if I can contribute with test, tell me ;)
@ShutdownRepo or @QU35T-code Can you confirm Orbstack can bind volume from /etc ?
Can you also test with Docker Desktop if it works or not ?