2016-10-14 15:30:36 -07:00
|
|
|
---
|
|
|
|
title: "rename"
|
|
|
|
description: "The rename command description and usage"
|
|
|
|
keywords: ["rename, docker, container"]
|
|
|
|
---
|
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.
|