mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-06 00:46:56 +00:00
Typo correction in detach mode?
While you wrote: `--detach=false` does not complete *faster*. It just *doesn't wait* for completion. I think you actually meant: `--detach=TRUE` does not complete *faster*. It just *doesn't wait* for completion.
This commit is contained in:
@@ -174,7 +174,7 @@ class: extra-details
|
||||
|
||||
- great in headless scripts (where nobody's watching anyway)
|
||||
|
||||
.warning[`--detach=false` does not complete *faster*. It just *doesn't wait* for completion.]
|
||||
.warning[`--detach=true` does not complete *faster*. It just *doesn't wait* for completion.]
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user