Add docker-exec to main manpage

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Upstream-commit: fc75ade4f81229d5f6c36150b1c99c0edb7a8e8f
Component: engine
This commit is contained in:
Jessica Frazelle
2014-09-17 11:37:47 -07:00
parent 509598ebe9
commit a7e4304ecd
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

@ -98,6 +98,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