diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-15 04:07:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 04:07:16 -0400 |
commit | 90a12acb7e4851b4b1b672ec06a4628af5f8954e (patch) | |
tree | c755c996b0d58ebbd3ccec76badaf474b15f0007 | |
parent | 2b0b97150a01c5a3c1706dd369a0caeb5cf6ec09 (diff) | |
parent | 757ed8fd025131b6ccf4a97bbd8a4683d6c3b14d (diff) | |
download | podman-90a12acb7e4851b4b1b672ec06a4628af5f8954e.tar.gz podman-90a12acb7e4851b4b1b672ec06a4628af5f8954e.tar.bz2 podman-90a12acb7e4851b4b1b672ec06a4628af5f8954e.zip |
Merge pull request #10332 from TomSweeneyRedHat/dev/tsweeney/fixintro
[CI:DOCS] Update first line in intro page
-rw-r--r-- | docs/source/Introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/Introduction.rst b/docs/source/Introduction.rst index 3fa86f868..5c8713d27 100644 --- a/docs/source/Introduction.rst +++ b/docs/source/Introduction.rst @@ -2,7 +2,7 @@ Introduction ================================== -Containers_ simplify the consumption of applications with all of their dependencies and default configuration files. Users test drive or deploy a new application with one or two commands instead of following pages of installation instructions. Here's how to find your first `Container Image`_:: +Containers_ simplify the production, distribution, discoverability, and usage of applications with all of their dependencies and default configuration files. Users test drive or deploy a new application with one or two commands instead of following pages of installation instructions. Here's how to find your first `Container Image`_:: podman search busybox |