From eab678d57021a35fdbfffefb39b74b783bdbfdea Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 1 Jul 2019 11:34:58 +0200 Subject: [PATCH 1/2] Replace docker with podman in s2i usage --- src/s2i/bin/usage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From aa38674f6f2efc08bc1b6517b9d8a1afcf87c99f Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Thu, 25 Apr 2024 15:57:18 +0200 Subject: [PATCH 2/2] add distgen generated files --- 6/s2i/bin/usage | 2 +- 7/s2i/bin/usage | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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