docker rename
Rename a container
Usage
$ docker rename CONTAINER NEW_NAME
Description
The docker rename
command renames a container.
For example uses of this command, refer to the examples section below.
Examples
$ docker rename my_container my_new_container