1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add docker-exec to main manpage

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