We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba50c1b commit 19c3b01Copy full SHA for 19c3b01
README.md
@@ -32,6 +32,7 @@ podman run -ti --user 0 --rm \
32
```bash
33
export IMAGE='quay.io/openshift-examples/builder:devel'
34
podman manifest rm ${IMAGE}
35
+podman rmi ${IMAGE}
36
podman build --platform linux/amd64,linux/arm64 \
37
--manifest ${IMAGE} \
38
--no-cache \
0 commit comments