diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-21 17:11:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 17:11:12 +0200 |
commit | aa21ec158afff2263d3f7a83fee75b275ff7122e (patch) | |
tree | bbf175aa30d8ca0378b781ee054dd669a6be0129 | |
parent | c0bc768ff131d014638a151f7725921a87ddbdb1 (diff) | |
parent | 9aeba12d61543f72e9a99cf905b4d2144c6c9e8e (diff) | |
download | podman-aa21ec158afff2263d3f7a83fee75b275ff7122e.tar.gz podman-aa21ec158afff2263d3f7a83fee75b275ff7122e.tar.bz2 podman-aa21ec158afff2263d3f7a83fee75b275ff7122e.zip |
Merge pull request #3392 from mheon/missing_periods
Add some missing periods to the readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ At a high level, the scope of libpod and Podman is the following: * Support multiple image formats including the OCI and Docker image formats. * Support for multiple means to download images including trust & image verification. * Container image management (managing image layers, overlay filesystems, etc). -* Full management of container lifecycle -* Support for pods to manage groups of containers together +* Full management of container lifecycle. +* Support for pods to manage groups of containers together. * Resource isolation of containers and pods. * Support for a Docker-compatible CLI interface through Podman. * Integration with CRI-O to share containers and backend code. |