mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
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>
This commit is contained in:
@ -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*
|
||||
|
Reference in New Issue
Block a user