diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-09 20:09:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 20:09:16 +0000 |
commit | 6513adda185986c1994d2a2d354b874aee7543e6 (patch) | |
tree | 1a8e4242386622886caa4786af15417f0ced4821 /docs | |
parent | 431707c72044154b956944d00b1ba40b303decb2 (diff) | |
parent | 170fb257295027aeb6410b86e06c38086299d2e3 (diff) | |
download | podman-6513adda185986c1994d2a2d354b874aee7543e6.tar.gz podman-6513adda185986c1994d2a2d354b874aee7543e6.tar.bz2 podman-6513adda185986c1994d2a2d354b874aee7543e6.zip |
Merge pull request #11134 from rhatdan/buildx
Alias build to buildx, so it won't fail
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index c65fbccb9..a2ed35f89 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -43,6 +43,8 @@ containers can be left in container storage. Use the `podman ps --all --storage` command to see these containers. External containers can be removed with the `podman rm --storage` command. +`podman buildx build` command is an alias of `podman build`. Not all `buildx build` features are available in Podman. The `buildx build` option is provided for scripting compatibility. + ## OPTIONS #### **--add-host**=*host* |