docker-exec: fix typo (#11935)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- Select the working directory for a given command to execute into:
|
||||
|
||||
`docker exec --interactive -tty --workdir {{path/to/directory}} {{container_name}} {{command}}`
|
||||
`docker exec --interactive --tty --workdir {{path/to/directory}} {{container_name}} {{command}}`
|
||||
|
||||
- Run a command in background on existing container but keep `stdin` open:
|
||||
|
||||
|
Reference in New Issue
Block a user