mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
tweak description of "docker exec" command
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -21,7 +21,7 @@ Commands:
|
||||
cp Copy files/folders between a container and the local filesystem
|
||||
create Create a new container
|
||||
diff Inspect changes to files or directories on a container's filesystem
|
||||
exec Run a command in a running container
|
||||
exec Execute a command in a running container
|
||||
export Export a container's filesystem as a tar archive
|
||||
inspect Display detailed information on one or more containers
|
||||
kill Kill one or more running containers
|
||||
|
@ -9,7 +9,7 @@ keywords: "command, container, run, execute"
|
||||
```markdown
|
||||
Usage: docker exec [OPTIONS] CONTAINER COMMAND [ARG...]
|
||||
|
||||
Run a command in a running container
|
||||
Execute a command in a running container
|
||||
|
||||
Options:
|
||||
-d, --detach Detached mode: run command in the background
|
||||
|
@ -53,7 +53,7 @@ read the [`dockerd`](dockerd.md) reference page.
|
||||
| [create](create.md) | Create a new container |
|
||||
| [diff](diff.md) | Inspect changes on a container's filesystem |
|
||||
| [events](events.md) | Get real time events from the server |
|
||||
| [exec](exec.md) | Run a command in a running container |
|
||||
| [exec](exec.md) | Execute a command in a running container |
|
||||
| [export](export.md) | Export a container's filesystem as a tar archive |
|
||||
| [kill](kill.md) | Kill a running container |
|
||||
| [logs](logs.md) | Fetch the logs of a container |
|
||||
|
Reference in New Issue
Block a user