summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-07 13:21:15 -0400
committerGitHub <noreply@github.com>2022-04-07 13:21:15 -0400
commit4bd35cb01f03fd90ff304f666e53fcd222ad77f9 (patch)
treed525448506a55ab01022b43200f6c729db333a4d
parentf838333b7e6fae09f3ee9116b84c6e6482367298 (diff)
parentdb7d69950818d24a0031c6d067ca33ce7dc3940d (diff)
downloadpodman-4bd35cb01f03fd90ff304f666e53fcd222ad77f9.tar.gz
podman-4bd35cb01f03fd90ff304f666e53fcd222ad77f9.tar.bz2
podman-4bd35cb01f03fd90ff304f666e53fcd222ad77f9.zip
Merge pull request #13773 from TomSweeneyRedHat/dev/tsweeney/hello
[CI:DOCS] Add Podman Hello to readme.md
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index c9b2af33c..4385886a8 100644
--- a/README.md
+++ b/README.md
@@ -162,6 +162,33 @@ you to manage and maintain those images and containers in a production environme
familiar container cli commands. For more details, see the
[Container Tools Guide](https://github.com/containers/buildah/tree/master/docs/containertools).
+## [Podman Hello](https://podman.io/images/podman-hello.jpg)
+```
+$ podman run quay.io/podman/hello
+Trying to pull quay.io/podman/hello:latest...
+Getting image source signatures
+Copying blob a6b3126f3807 done
+Copying config 25c667d086 done
+Writing manifest to image destination
+Storing signatures
+!... Hello Podman World ...!
+
+ .--"--.
+ / - - \
+ / (O) (O) \
+ ~~~| -=(,Y,)=- |
+ .---. /` \ |~~
+ ~/ o o \~~~~.----. ~~
+ | =(X)= |~ / (O (O) \
+ ~~~~~~~ ~| =(Y_)=- |
+ ~~~~ ~~~| U |~~
+
+Project: https://github.com/containers/podman
+Website: https://podman.io
+Documents: https://docs.podman.io
+Twitter: @Podman_io
+```
+
## Podman Former API (Varlink)
Podman formerly offered a Varlink-based API for remote management of containers. However, this API
was replaced by the REST API. Varlink support has been removed as of the 3.0 release.