![]() - Remove `WaitRestart()` as it was no longer used - Un-export `WaitForInspectResult()` as it was only used internally, and we want to reduce uses of these utilities. - Inline `appendDocker()` into `Docker()` as it was the only place it was used, and the name was incorrect anyway (should've been named `prependXX`). - Simplify `Args()`, as it was first splitting the slice (into `command` and `args`), only to join them again into a single slice (in `icmd.Command()`). Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
build | ||
cli.go |