Add missing dependency to Run a container example (#9153)

The `io` library needs to be imported for the example to compile successfully.
This commit is contained in:
Victor Bordo 2019-08-16 06:47:56 -04:00 committed by Usha Mandya
parent c645df2ecd
commit e72bfc468d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ package main
import (
"os"
"io"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/container"
"github.com/docker/docker/pkg/stdcopy"