mirror of https://github.com/containers/podman.git
Manpages: add podman exec missing example of detach option
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
parent
1e53cacb08
commit
085082a805
|
@ -88,6 +88,11 @@ Execute command as the specified user in selected container:
|
|||
$ podman exec --user root ctrID ls
|
||||
```
|
||||
|
||||
Execute command but do not attach to the exec session leaving the command running in the background:
|
||||
```
|
||||
$ podman exec -d ctrID find /path/to/search -name yourfile
|
||||
```
|
||||
|
||||
## SEE ALSO
|
||||
**[podman(1)](podman.1.md)**, **[podman-run(1)](podman-run.1.md)**
|
||||
|
||||
|
|
Loading…
Reference in New Issue