Merge pull request #24021 from ruihe774/ps-external-doc

docs: remove usage of deprecated `--storage` in the doc of podman-build
This commit is contained in:
openshift-merge-bot[bot] 2024-09-20 22:29:35 +00:00 committed by GitHub
commit 186a2b8d49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -44,9 +44,8 @@ NOTE: `podman build` uses code sourced from the `Buildah` project to build
container images. This `Buildah` code creates `Buildah` containers for the
`RUN` options in container storage. In certain situations, when the
`podman build` crashes or users kill the `podman build` process, these external
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.
containers can be left in container storage. Use the `podman ps --all --external`
command to see these containers.
`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.