2016-10-14 15:30:36 -07:00
|
|
|
---
|
|
|
|
title: "rename"
|
|
|
|
description: "The rename command description and usage"
|
2016-11-03 15:48:30 -07:00
|
|
|
keywords: "rename, docker, container"
|
2016-10-14 15:30:36 -07:00
|
|
|
---
|
2015-06-21 13:41:38 -07:00
|
|
|
|
2016-10-19 10:25:45 -07:00
|
|
|
<!-- This file is maintained within the docker/docker Github
|
|
|
|
repository at https://github.com/docker/docker/. Make all
|
|
|
|
pull requests against that repo. If you see this file in
|
|
|
|
another repository, consider it read-only there, as it will
|
|
|
|
periodically be overwritten by the definitive file. Pull
|
|
|
|
requests which include edits to this file in other repositories
|
|
|
|
will be rejected.
|
|
|
|
-->
|
|
|
|
|
2015-06-21 13:41:38 -07:00
|
|
|
# rename
|
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
```markdown
|
2016-09-01 09:25:11 +08:00
|
|
|
Usage: docker rename CONTAINER NEW_NAME
|
2015-06-21 13:41:38 -07:00
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
Rename a container
|
2015-10-03 17:56:41 +02:00
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
Options:
|
|
|
|
--help Print usage
|
|
|
|
```
|
2015-06-21 13:41:38 -07:00
|
|
|
|
|
|
|
The `docker rename` command allows the container to be renamed to a different name.
|