Skip to content

Docker

Buildx

Quick answer

Buildx is the Docker CLI plugin that exposes BuildKit features, including multi-platform builds, remote builders and advanced cache backends.

Buildx is the Docker CLI plugin that exposes BuildKit features, including multi-platform builds, remote builders and advanced cache backends.

Why it matters

docker buildx build is what you want in CI. It supports attaching to a remote builder, which is how you keep a layer cache warm without shipping it over the network.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.