Skip to content

Commit

Permalink
Changing warning for Timezone support on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed May 15, 2024
1 parent bb3e91e commit 3e22efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exegol/model/ContainerConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def enableSharedTimezone(self):
# On Orbstack /etc cannot be shared + we should test how Orbstack handle symlink
# With docker desktop, symlink are resolved as full path on container creation. When tzdata is updated on the host, the container can no longer be started because the files of the previous package version are missing.
# TODO Test if env var can be used as replacement
logger.warning("Timezone sharing on Mac isn't supported for instability issues. Skipping.")
logger.warning("Timezone sharing on Mac is not supported (for stability reasons). Skipping.")
return
if not self.__share_timezone:
logger.verbose("Config: Enabling host timezones")
Expand Down

0 comments on commit 3e22efc

Please sign in to comment.