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

Add docker-exec to main manpage
This commit is contained in:
Sven Dowideit 2014-09-19 16:17:11 +10:00
commit 39ed048aab
2 changed files with 4 additions and 1 deletions

View File

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

View File

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