Browse Source

Merge pull request #8091 from jfrazelle/exec-main-manpage

Add docker-exec to main manpage
Sven Dowideit 10 years ago
parent
commit
39ed048aab
2 changed files with 4 additions and 1 deletions
  1. 1 1
      docs/man/docker-exec.md
  2. 3 0
      docs/man/docker.1.md

+ 1 - 1
docs/man/docker-exec.md

@@ -2,7 +2,7 @@
 % Docker Community
 % Docker Community
 % SEPT 2014
 % SEPT 2014
 # NAME
 # NAME
-docker-exec - Run a command in an existing container
+docker-exec - Run a command in an active container
 
 
 # SYNOPSIS
 # SYNOPSIS
 **docker exec**
 **docker exec**

+ 3 - 0
docs/man/docker.1.md

@@ -101,6 +101,9 @@ unix://[/path/to/socket] to use.
 **docker-events(1)**
 **docker-events(1)**
   Get real time events from the server
   Get real time events from the server
 
 
+**docker-exec(1)**
+  Run a command in an active container
+
 **docker-export(1)**
 **docker-export(1)**
   Stream the contents of a container as a tar archive
   Stream the contents of a container as a tar archive