mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-03 20:21:44 +00:00
Don't pass check.C to dockerCmdWithError
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
@@ -581,7 +581,7 @@ func pullImageIfNotExist(image string) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func dockerCmdWithError(c *check.C, args ...string) (string, int, error) {
|
||||
func dockerCmdWithError(args ...string) (string, int, error) {
|
||||
return runCommandWithOutput(exec.Command(dockerBinary, args...))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user