Skip to content

Instantly share code, notes, and snippets.

@jniltinho
jniltinho / install-buildkit.sh
Last active June 21, 2024 04:40
Enable BuildKit Docker Ubuntu 22.04|24.04
#!/bin/bash
#
# https://docs.docker.com/build/buildkit/
# https://github.com/docker/buildx/releases/
# https://github.com/docker/buildx
VERSION=v0.14.1
mkdir -p $HOME/.docker/cli-plugins