diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-01-18 15:37:42 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-19 01:12:40 +0000 |
commit | 8657d70e725d5a94ac37df4fc48f94edccb546b0 (patch) | |
tree | 05f0ca69666c1a53351bfb90dd5bc387b5e1dd84 /README.md | |
parent | f773605821990db4358d3b6f37479b5ea094b6e9 (diff) | |
download | podman-8657d70e725d5a94ac37df4fc48f94edccb546b0.tar.gz podman-8657d70e725d5a94ac37df4fc48f94edccb546b0.tar.bz2 podman-8657d70e725d5a94ac37df4fc48f94edccb546b0.zip |
Touchup README.md and fix whitespace issues
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #243
Approved by: mheon
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -10,18 +10,20 @@ libpod also contains a tool podman, which allows you to manage Pods, Containers, At a high level, we expect the scope of libpod/podman to the following functionalities: -* Support multiple image formats including the existing Docker/OCI image formats -* Support for multiple means to download images including trust & image verification -* Container image management (managing image layers, overlay filesystems, etc) -* Container and POD process lifecycle management +* Support multiple image formats including the existing Docker/OCI image formats. +* Support for multiple means to download images including trust & image verification. +* Container image management (managing image layers, overlay filesystems, etc). +* Container and POD process lifecycle management. * Resource isolation of containers and PODS. ## What is not in scope for this project? -* Building container images. See Buildah +* Building container images. See Buildah. * Signing and pushing images to various image storages. See Skopeo. * Container Runtimes daemons for working with Kubernetes CRIs See CRI-O. +## OCI Projects Plans + The plan is to use OCI projects and best of breed libraries for different aspects: - Runtime: [runc](https://github.com/opencontainers/runc) (or any OCI runtime-spec implementation) and [oci runtime tools](https://github.com/opencontainers/runtime-tools) - Images: Image management using [containers/image](https://github.com/containers/image) @@ -37,10 +39,12 @@ Information on how to install Podman in your environment. Information on how Podman configures OCI Hooks to run when launching a container. **[Podman Commands](/commands.md)** -A list of the Podman commands with links to their man pages and in many cases videos showing the commands in use. +A list of the Podman commands with links to their man pages and in many cases videos +showing the commands in use. **[Podman Usage Transfer](/transfer.md)** -Useful information for ops and dev transfer as it relates to infrastructure that utilizes Podman. This page includes tables showing Docker commands and their Podman equivalent commands. +Useful information for ops and dev transfer as it relates to infrastructure that utilizes Podman. This page +includes tables showing Docker commands and their Podman equivalent commands. **[Tutorials](docs/tutorials/tutorials.md)** Tutorials on the Podman utility. |