mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Installing on Docker/Synology #497
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 @vespino on GitHub (May 16, 2023).
I’m running Docker on my Synology NAS and was hoping to spin up an OSX box to run the findmy app to track my AirTags during my vacation. This would be more (energy) efficient than running a Mac 24/7.
So, will it run on Synology?
@vespino commented on GitHub (May 17, 2023):
This works for me: https://github.com/sickcodes/Docker-OSX#building-a-headless-container-that-allows-insecure-vnc-on-localhost-for-local-use-only
Now for converting it to Docker Compose.
@lorenzo-deluca commented on GitHub (Aug 1, 2024):
Hello, I've your same needed (run OSX for findmy app track) on Synology.. with the standard mode I've this error when I try to run docker "Bind mount failed: '/tmp/.X11-unix' does not exists."
Of course because Synology NAS doesn't have display and X11 desktop services.
Can you please explain me how do you fix this issue?
Thanks a lot! 👍