Skip to content

Commit eab678d

Browse files
hhorakzmiklank
authored andcommitted
Replace docker with podman in s2i usage
1 parent 5e8902c commit eab678d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s2i/bin/usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Sample invocation:
1919
s2i build https://github.com/sclorg/varnish-container.git --context-dir={{ spec.version }}/test/test-app/ ${IMAGE} varnish-sample-app
2020
2121
You can then run the resulting image via:
22-
docker run -p 8080:8080 varnish-sample-app
22+
podman run -p 8080:8080 varnish-sample-app
2323
EOF

0 commit comments

Comments
 (0)