summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-13 12:22:52 -0400
committerGitHub <noreply@github.com>2022-04-13 12:22:52 -0400
commitb962fb9f2929cedbacfdaaf1574300acaa1e8a00 (patch)
tree12ac47791c697dab51151d0f74cbb720271950e8 /docs
parent78b6dcd31c1e9cc1d637ea99344a2ddbed9f0ca1 (diff)
parent6c878b7a5371171bb875b5fa471214c7c6a56e12 (diff)
downloadpodman-b962fb9f2929cedbacfdaaf1574300acaa1e8a00.tar.gz
podman-b962fb9f2929cedbacfdaaf1574300acaa1e8a00.tar.bz2
podman-b962fb9f2929cedbacfdaaf1574300acaa1e8a00.zip
Merge pull request #13853 from chuanchang/fix_typo_in_podman_container_clone_docs
[CI:DOCS] fix typo in podman-container-clone.1.md
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-container-clone.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-container-clone.1.md b/docs/source/markdown/podman-container-clone.1.md
index eaf330373..6c23abe81 100644
--- a/docs/source/markdown/podman-container-clone.1.md
+++ b/docs/source/markdown/podman-container-clone.1.md
@@ -7,7 +7,7 @@ podman\-container\-clone - Creates a copy of an existing container
**podman container clone** [*options*] *container* *name* *image*
## DESCRIPTION
-**podman container clone** creates a copy of a container, recreating the original with an identical configuration. This command takes three arguments: the first being the container id or name ot clone, the second argument in this command can change the name of the clone from the default of $ORIGINAL_NAME-clone, and the third is a new image to use in the cloned container.
+**podman container clone** creates a copy of a container, recreating the original with an identical configuration. This command takes three arguments: the first being the container id or name to clone, the second argument in this command can change the name of the clone from the default of $ORIGINAL_NAME-clone, and the third is a new image to use in the cloned container.
## OPTIONS
@@ -59,7 +59,7 @@ Period of 1,000,000us and Runtime of 950,000us means that this container could c
The sum of all runtimes across containers cannot exceed the amount allotted to the parent cgroup.
-This option is not supported on cgroup V2 systems.
+This option is not supported on cgroups V2 systems.
#### **--cpu-shares**=*shares*