mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #50665 from thaJeztah/update_badges
README: update, add badges
This commit is contained in:
@@ -2,8 +2,10 @@ The Moby Project
|
||||
================
|
||||
|
||||
[](https://pkg.go.dev/github.com/moby/moby/v2)
|
||||

|
||||
[](https://goreportcard.com/report/github.com/moby/moby/v2)
|
||||
[](https://scorecard.dev/viewer/?uri=github.com/moby/moby)
|
||||
[](https://www.bestpractices.dev/projects/10989)
|
||||
|
||||
|
||||

|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Engine API
|
||||
|
||||
[](https://pkg.go.dev/github.com/moby/moby/api)
|
||||

|
||||
[](https://goreportcard.com/report/github.com/moby/moby/api)
|
||||
[](https://scorecard.dev/viewer/?uri=github.com/moby/moby)
|
||||
[](https://www.bestpractices.dev/projects/10989)
|
||||
|
||||
|
||||
The Engine API is an HTTP API used by the command-line client to communicate with the daemon. It can also be used by third-party software to control the daemon.
|
||||
|
||||
It consists of various components in this repository:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Go client for the Docker Engine API
|
||||
|
||||
[](https://pkg.go.dev/github.com/moby/moby/client)
|
||||

|
||||
[](https://goreportcard.com/report/github.com/moby/moby/client)
|
||||
[](https://scorecard.dev/viewer/?uri=github.com/moby/moby)
|
||||
[](https://www.bestpractices.dev/projects/10989)
|
||||
|
||||
The `docker` command uses this package to communicate with the daemon. It can
|
||||
also be used by your own Go applications to do anything the command-line
|
||||
interface does; running containers, pulling or pushing images, etc.
|
||||
|
||||
7
vendor/github.com/moby/moby/api/README.md
generated
vendored
7
vendor/github.com/moby/moby/api/README.md
generated
vendored
@@ -1,5 +1,12 @@
|
||||
# Engine API
|
||||
|
||||
[](https://pkg.go.dev/github.com/moby/moby/api)
|
||||

|
||||
[](https://goreportcard.com/report/github.com/moby/moby/api)
|
||||
[](https://scorecard.dev/viewer/?uri=github.com/moby/moby)
|
||||
[](https://www.bestpractices.dev/projects/10989)
|
||||
|
||||
|
||||
The Engine API is an HTTP API used by the command-line client to communicate with the daemon. It can also be used by third-party software to control the daemon.
|
||||
|
||||
It consists of various components in this repository:
|
||||
|
||||
6
vendor/github.com/moby/moby/client/README.md
generated
vendored
6
vendor/github.com/moby/moby/client/README.md
generated
vendored
@@ -1,5 +1,11 @@
|
||||
# Go client for the Docker Engine API
|
||||
|
||||
[](https://pkg.go.dev/github.com/moby/moby/client)
|
||||

|
||||
[](https://goreportcard.com/report/github.com/moby/moby/client)
|
||||
[](https://scorecard.dev/viewer/?uri=github.com/moby/moby)
|
||||
[](https://www.bestpractices.dev/projects/10989)
|
||||
|
||||
The `docker` command uses this package to communicate with the daemon. It can
|
||||
also be used by your own Go applications to do anything the command-line
|
||||
interface does; running containers, pulling or pushing images, etc.
|
||||
|
||||
Reference in New Issue
Block a user