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 5e8902c commit eab678dCopy full SHA for eab678d
src/s2i/bin/usage
@@ -19,5 +19,5 @@ Sample invocation:
19
s2i build https://github.com/sclorg/varnish-container.git --context-dir={{ spec.version }}/test/test-app/ ${IMAGE} varnish-sample-app
20
21
You can then run the resulting image via:
22
-docker run -p 8080:8080 varnish-sample-app
+podman run -p 8080:8080 varnish-sample-app
23
EOF
0 commit comments