Skip to content

Commit

Permalink
docs: remove usage of deprecated --storage
Browse files Browse the repository at this point in the history
in the doc of podman-build

Signed-off-by: Misaki Kasumi <[email protected]>
  • Loading branch information
ruihe774 committed Sep 20, 2024
1 parent 217ecac commit 7dccf8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/markdown/podman-build.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7dccf8f

Please sign in to comment.