|
@@ -40,8 +40,8 @@ var dockerCommands = []command{
|
|
|
{"login", "Register or log in to a Docker registry"},
|
|
|
{"logout", "Log out from a Docker registry"},
|
|
|
{"logs", "Fetch the logs of a container"},
|
|
|
- {"port", "List port mappings or a specific mapping for the CONTAINER"},
|
|
|
{"pause", "Pause all processes within a container"},
|
|
|
+ {"port", "List port mappings or a specific mapping for the CONTAINER"},
|
|
|
{"ps", "List containers"},
|
|
|
{"pull", "Pull an image or a repository from a registry"},
|
|
|
{"push", "Push an image or a repository to a registry"},
|