mirror of https://github.com/docker/docs.git
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:
parent
c645df2ecd
commit
e72bfc468d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue