be9b37010e
Docker Desktop checks that ~/.docker is a real directory and rejects it if it is a symlink (Mackup's default when backing up a whole dir). Solution: remove .docker from the skip list, add it to curated + selective. Mackup will symlink only ~/.docker/config.json and ~/.docker/daemon.json — the directory itself stays a real dir that Docker Desktop can manage. Co-authored-by: Cursor <cursoragent@cursor.com>