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.
2 parents 27291da + 71ab66d commit d7a5016Copy full SHA for d7a5016
modules/oc-compliance-installing.adoc
@@ -12,7 +12,7 @@
12
+
13
[source,terminal]
14
----
15
-$ podman run --rm --entrypoint /bin/cat registry.redhat.io/compliance/oc-compliance-rhel8 /usr/bin/oc-compliance > ~/.local/bin/oc-compliance
+$ podman run --rm -v ~/.local/bin:/mnt/out:Z registry.redhat.io/compliance/oc-compliance-rhel8 /bin/cp /usr/bin/oc-compliance /mnt/out/
16
17
18
.Example output
0 commit comments