Since CLI was moved to a separate repo, these references are incorrect. Fixed with the help of sed script, verified manually. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
785 B
785 B
title, description, keywords
| title | description | keywords |
|---|---|---|
| rename | The rename command description and usage | rename, docker, container |
rename
Usage: docker rename CONTAINER NEW_NAME
Rename a container
Options:
--help Print usage
Description
The docker rename command renames a container.
Examples
$ docker rename my_container my_new_container