Skip to content

Commit

Permalink
Merge pull request containers#13853 from chuanchang/fix_typo_in_podma…
Browse files Browse the repository at this point in the history
…n_container_clone_docs

[CI:DOCS] fix typo in podman-container-clone.1.md
  • Loading branch information
openshift-merge-robot authored Apr 13, 2022
2 parents 78b6dcd + 6c878b7 commit b962fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-container-clone.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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*

Expand Down

0 comments on commit b962fb9

Please sign in to comment.