diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-04 14:59:44 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-09 13:05:49 -0400 |
commit | 170fb257295027aeb6410b86e06c38086299d2e3 (patch) | |
tree | 4f21e0320895a90cdb78df27beb97dcf16bfcb53 /docs/source | |
parent | 04ab2b16617fe2d3178eb0b461aacbcab609611e (diff) | |
download | podman-170fb257295027aeb6410b86e06c38086299d2e3.tar.gz podman-170fb257295027aeb6410b86e06c38086299d2e3.tar.bz2 podman-170fb257295027aeb6410b86e06c38086299d2e3.zip |
Alias build to buildx, so it won't fail
Add hidden --load and --progress flag as well.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source')
-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* |