Skip to content

Instantly share code, notes, and snippets.

View SuperCoolAlan's full-sized avatar

Alan Sandoval SuperCoolAlan

View GitHub Profile
@SuperCoolAlan
SuperCoolAlan / DockerBuildxArm64MacOSFix.md
Created June 16, 2025 19:41 — forked from Aeonitis/DockerBuildxArm64MacOSFix.md
[SOLVED] - Fixing Docker Buildx Plugin Issue on MacOS with Symlink Creation

Solution - Fix Docker Buildx Plugin for Apple Silicon by Symlink Creation

When installing/using Docker Buildx on Apple Silicon macs, an issue occurs for arm64 macOS.

The solution involves creating a symlink to your Docker CLI plugins directory using a shell script shown below.

Short answer

Run this script:

#!/bin/bash