Skip to content

Commit

Permalink
Replace docker with podman in s2i usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak authored and zmiklank committed Apr 25, 2024
1 parent 5e8902c commit a4f823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s2i/bin/usage
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4f823e

Please sign in to comment.