Merge pull request #26224 from q384566678/test-zhou

Modify rename function use tips
Upstream-commit: 061cc417591217c4bcf735267c2de18f2a8189c0
Component: engine
This commit is contained in:
Michael Crosby
2016-09-08 11:22:21 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ func NewRenameCommand(dockerCli *client.DockerCli) *cobra.Command {
var opts renameOptions
cmd := &cobra.Command{
Use: "rename OLD_NAME NEW_NAME",
Use: "rename CONTAINER NEW_NAME",
Short: "Rename a container",
Args: cli.ExactArgs(2),
RunE: func(cmd *cobra.Command, args []string) error {

View File

@ -11,7 +11,7 @@ parent = "smn_cli"
# rename
```markdown
Usage: docker rename OLD_NAME NEW_NAME
Usage: docker rename CONTAINER NEW_NAME
Rename a container

View File

@ -6,7 +6,7 @@ docker-rename - Rename a container
# SYNOPSIS
**docker rename**
OLD_NAME NEW_NAME
CONTAINER NEW_NAME
# OPTIONS
There are no available options.