diff --git a/6/s2i/bin/usage b/6/s2i/bin/usage index d273f6a..4d2df08 100755 --- a/6/s2i/bin/usage +++ b/6/s2i/bin/usage @@ -19,5 +19,5 @@ Sample invocation: s2i build https://github.com/sclorg/varnish-container.git --context-dir=6/test/test-app/ ${IMAGE} varnish-sample-app You can then run the resulting image via: -docker run -p 8080:8080 varnish-sample-app +podman run -p 8080:8080 varnish-sample-app EOF diff --git a/7/s2i/bin/usage b/7/s2i/bin/usage index 344dfcd..511a9c6 100755 --- a/7/s2i/bin/usage +++ b/7/s2i/bin/usage @@ -19,5 +19,5 @@ Sample invocation: s2i build https://github.com/sclorg/varnish-container.git --context-dir=7/test/test-app/ ${IMAGE} varnish-sample-app You can then run the resulting image via: -docker run -p 8080:8080 varnish-sample-app +podman run -p 8080:8080 varnish-sample-app EOF diff --git a/src/s2i/bin/usage b/src/s2i/bin/usage index b4c4a45..c2839b8 100755 --- a/src/s2i/bin/usage +++ b/src/s2i/bin/usage @@ -19,5 +19,5 @@ Sample invocation: s2i build https://github.com/sclorg/varnish-container.git --context-dir={{ spec.version }}/test/test-app/ ${IMAGE} varnish-sample-app You can then run the resulting image via: -docker run -p 8080:8080 varnish-sample-app +podman run -p 8080:8080 varnish-sample-app EOF