Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -1,5 +1,11 @@ |
| 1 | 1 |
# Go client for the Docker Engine API |
| 2 | 2 |
|
| 3 |
+[](https://pkg.go.dev/github.com/moby/moby/client) |
|
| 4 |
+ |
|
| 5 |
+[](https://goreportcard.com/report/github.com/moby/moby/client) |
|
| 6 |
+[](https://scorecard.dev/viewer/?uri=github.com/moby/moby) |
|
| 7 |
+[](https://www.bestpractices.dev/projects/10989) |
|
| 8 |
+ |
|
| 3 | 9 |
The `docker` command uses this package to communicate with the daemon. It can |
| 4 | 10 |
also be used by your own Go applications to do anything the command-line |
| 5 | 11 |
interface does; running containers, pulling or pushing images, etc. |
| ... | ... |
@@ -1,5 +1,11 @@ |
| 1 | 1 |
# Go client for the Docker Engine API |
| 2 | 2 |
|
| 3 |
+[](https://pkg.go.dev/github.com/moby/moby/client) |
|
| 4 |
+ |
|
| 5 |
+[](https://goreportcard.com/report/github.com/moby/moby/client) |
|
| 6 |
+[](https://scorecard.dev/viewer/?uri=github.com/moby/moby) |
|
| 7 |
+[](https://www.bestpractices.dev/projects/10989) |
|
| 8 |
+ |
|
| 3 | 9 |
The `docker` command uses this package to communicate with the daemon. It can |
| 4 | 10 |
also be used by your own Go applications to do anything the command-line |
| 5 | 11 |
interface does; running containers, pulling or pushing images, etc. |