pull/589/merge
Gregg Juan Eduardo Palomo Herrera 4 years ago committed by GitHub
commit 51c642907f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
# Contribute to the Buildx project # Contribute to the Buildx project
This page contains information about reporting issues as well as some tips and This page contains information about reporting issues as well as some tips and
guidelines useful to experienced open source contributors. guidelines useful to experienced open source contributors.

@ -1,4 +1,4 @@
# buildx # buildx
[![PkgGoDev](https://img.shields.io/badge/go.dev-docs-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/docker/buildx) [![PkgGoDev](https://img.shields.io/badge/go.dev-docs-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/docker/buildx)
[![Build Status](https://github.com/docker/buildx/workflows/build/badge.svg)](https://github.com/docker/buildx/actions?query=workflow%3Abuild) [![Build Status](https://github.com/docker/buildx/workflows/build/badge.svg)](https://github.com/docker/buildx/actions?query=workflow%3Abuild)

@ -1,4 +1,4 @@
# buildx bake buildx bake
``` ```
docker buildx bake [OPTIONS] [TARGET...] docker buildx bake [OPTIONS] [TARGET...]

@ -1,4 +1,4 @@
# buildx imagetools create # buildx imagetools create
``` ```
docker buildx imagetools create [OPTIONS] [SOURCE] [SOURCE...] docker buildx imagetools create [OPTIONS] [SOURCE] [SOURCE...]

@ -1,4 +1,4 @@
# buildx imagetools inspect # buildx imagetools inspect
``` ```
docker buildx imagetools inspect [OPTIONS] NAME docker buildx imagetools inspect [OPTIONS] NAME

@ -1,4 +1,4 @@
# buildx stop # buildx stop
``` ```
docker buildx stop [NAME] docker buildx stop [NAME]

Loading…
Cancel
Save