@ -12,7 +12,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/client"
|
||||
"github.com/docker/cli/client"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@ -32,4 +32,4 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
[Full documentation is available on GoDoc.](https://godoc.org/github.com/docker/docker/client)
|
||||
[Full documentation is available on GoDoc.](https://godoc.org/github.com/docker/cli/client)
|
||||
|
||||
@ -23,7 +23,7 @@ For example, to list running containers (the equivalent of "docker ps"):
|
||||
"fmt"
|
||||
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/client"
|
||||
"github.com/docker/cli/client"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user