From 7dccf8faeea55f942f3cbb091709f785e79ea6c3 Mon Sep 17 00:00:00 2001 From: Misaki Kasumi Date: Fri, 20 Sep 2024 12:16:43 +0800 Subject: [PATCH] docs: remove usage of deprecated `--storage` in the doc of podman-build Signed-off-by: Misaki Kasumi --- docs/source/markdown/podman-build.1.md.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 98545a03cd..1a120c15fe 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -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.