diff options
author | xcffl <xcffl@outlook.com> | 2019-09-07 19:23:10 +0800 |
---|---|---|
committer | xcffl <xcffl@outlook.com> | 2019-09-07 20:16:42 +0800 |
commit | 3d240bd7953c7c666c4a42f230cf40f1095abbee (patch) | |
tree | 770af8fd6b74e7966fe81a6be04a569ec43829d9 /cmd/podman/README.md | |
parent | cd7a1ac194472542301596ef776be5f8563eb0c1 (diff) | |
download | podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.tar.gz podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.tar.bz2 podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.zip |
Replace "podman" with "Podman"
Signed-off-by: xcffl <xcffl@outlook.com>
Diffstat (limited to 'cmd/podman/README.md')
-rw-r--r-- | cmd/podman/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/README.md b/cmd/podman/README.md index 0fee7eafa..937eef510 100644 --- a/cmd/podman/README.md +++ b/cmd/podman/README.md @@ -1,5 +1,5 @@ -# podman - Simple debugging tool for pods and images -podman is a daemonless container runtime for managing containers, pods, and container images. +# Podman - Simple debugging tool for pods and images +Podman is a daemonless container runtime for managing containers, pods, and container images. It is intended as a counterpart to CRI-O, to provide low-level debugging not available through the CRI interface used by Kubernetes. It can also act as a container runtime independent of CRI-O, creating and managing its own set of containers. |