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
guidelines useful to experienced open source contributors.
@ -289,4 +289,4 @@ The rules:
If you are having trouble getting into the mood of idiomatic Go, we recommend
reading through [Effective Go](https://golang.org/doc/effective_go.html). The
[Go Blog](https://blog.golang.org) is also a great resource.
[Go Blog](https://blog.golang.org) is also a great resource.

@ -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)
[![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...]

@ -1,4 +1,4 @@
# buildx build
# buildx build
```
docker buildx build [OPTIONS] PATH | URL | -

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

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

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

@ -1,4 +1,4 @@
# buildx ls
# buildx ls
```
docker buildx ls

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

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

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

Loading…
Cancel
Save