mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 09:51:37 +00:00
Rename the docker run function
This is a remnant of when there were multiple versions. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
func dockerRunInput(input io.Reader, args ...string) ([]byte, error) {
|
||||
func dockerRun(input io.Reader, args ...string) ([]byte, error) {
|
||||
log.Debugf("docker run (input): %s", strings.Join(args, " "))
|
||||
docker, err := exec.LookPath("docker")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user