MacOS

Apple’s New container

Open Source Containers on macOS

When you think of containers, you probably think about Docker or Podman. That was true for me too — until I first heard about Apple’s own container tool at Container Days. Apple has quietly released an open-source project called container. Unlike...

Sep 14, 2025 5 min read Apple Containers macOS Podman Docker
Apple’s New container

Problems with git commit autosigning on mac

If you’ve enabled GPG signing for Git commits on macOS, you might occasionally encounter this frustrating error message: ❯ git commit -m 'Test' error: gpg failed to sign the data fatal: failed to write commit object This happens when...

Problems with git commit autosigning on mac