Files
docker-cli/components/cli/docs/reference/commandline/rename.md
Doug Davis 001436e214 remove =false from options that default to false in the docs
This re-aligns the docs with what the cmd line now does.

Signed-off-by: Doug Davis <dug@us.ibm.com>
Upstream-commit: 421578fbd4
Component: cli
2017-06-02 00:07:21 +00:00

20 lines
398 B
Markdown

<!--[metadata]>
+++
title = "rename"
description = "The rename command description and usage"
keywords = ["rename, docker, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
# rename
Usage: docker rename [OPTIONS] OLD_NAME NEW_NAME
Rename a container
--help Print usage
The `docker rename` command allows the container to be renamed to a different name.