mirror of
https://github.com/containers/podman.git
synced 2025-10-12 16:56:32 +08:00
Add information about --latest support on man pages
On Mac and Windows systems the --latest option is not supported this PR mentions this fact in the examples section of the man page. Also added documentation and consistency to the man pages examples sections. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -19,17 +19,17 @@ At present, only containers are supported; pods and volumes cannot be renamed.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
Rename container with a given name
|
||||
Rename container with a given name.
|
||||
```
|
||||
$ podman rename oldContainer aNewName
|
||||
```
|
||||
|
||||
Rename container with a given ID
|
||||
Rename container with a given ID.
|
||||
```
|
||||
$ podman rename 717716c00a6b testcontainer
|
||||
```
|
||||
|
||||
Create an alias for container with a given ID
|
||||
Create an alias for container with a given ID.
|
||||
```
|
||||
$ podman container rename 6e7514b47180 databaseCtr
|
||||
```
|
||||
|
Reference in New Issue
Block a user