Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 202 Bytes

Docker CE client with BuildKit and Golang support

Run

docker run --rm \
  --name buildx \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -d \
  ghcr.io/kimbeejay/go-buildx:1.23.4