mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8091 from jfrazelle/exec-main-manpage
Add docker-exec to main manpage
This commit is contained in:
commit
39ed048aab
2 changed files with 4 additions and 1 deletions
|
@ -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**
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue