From f6d4a198852203b742fec9c7e5918eda380dde5c Mon Sep 17 00:00:00 2001 From: cHJlaXpoZXI <54248704+cHJlaXpoZXI@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:05:35 +0100 Subject: [PATCH] Update ContainerConfig.py Delete line that block Orbstack to mount /etc/localtime --- exegol/model/ContainerConfig.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/exegol/model/ContainerConfig.py b/exegol/model/ContainerConfig.py index 79fd6502..56321e17 100644 --- a/exegol/model/ContainerConfig.py +++ b/exegol/model/ContainerConfig.py @@ -963,8 +963,6 @@ def addVolume(self, logger.critical(msg) raise CancelOperation(msg) if path_match.startswith("/etc/"): - if EnvInfo.isOrbstack(): - raise CancelOperation(f"{EnvInfo.getDockerEngine().value} doesn't support sharing [magenta]/etc[/magenta] files with the container") path_match = path_match.replace("/etc/", "/private/etc/") if EnvInfo.isDockerDesktop(): match = False