docker-exec: fix typo (#11935)

This commit is contained in:
Sebastiaan Speck
2023-12-30 16:34:29 +01:00
committed by GitHub
parent 4fbffc4bc4
commit f21e21ca64
5 changed files with 5 additions and 5 deletions

View File

@@ -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: