Browse code

docs: cli: reorder rename command to be in alphabetical order

Signed-off-by: Todd Whiteman <todd.whiteman@joyent.com>

Todd Whiteman authored on 2015/03/21 06:46:42
Showing 1 changed files
... ...
@@ -1514,14 +1514,6 @@ just a specific mapping:
1514 1514
     $ sudo docker port test 7890
1515 1515
     0.0.0.0:4321
1516 1516
 
1517
-## rename
1518
-
1519
-    Usage: docker rename OLD_NAME NEW_NAME
1520
-
1521
-    rename a existing container to a NEW_NAME
1522
-
1523
-The `docker rename` command allows the container to be renamed to a different name.
1524
-
1525 1517
 ## ps
1526 1518
 
1527 1519
     Usage: docker ps [OPTIONS]
... ...
@@ -1617,6 +1609,14 @@ use `docker pull`:
1617 1617
 Use `docker push` to share your images to the [Docker Hub](https://hub.docker.com)
1618 1618
 registry or to a self-hosted one.
1619 1619
 
1620
+## rename
1621
+
1622
+    Usage: docker rename OLD_NAME NEW_NAME
1623
+
1624
+    rename a existing container to a NEW_NAME
1625
+
1626
+The `docker rename` command allows the container to be renamed to a different name.
1627
+
1620 1628
 ## restart
1621 1629
 
1622 1630
     Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...]