Files
docker-cli/docs/reference/commandline/rename.md
Kir Kolyshkin 6d85a4f5f8 Fix repo references in docs
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>
2017-07-28 10:32:42 -07:00

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