[ 源代码: golang-github-fsouza-go-dockerclient ]
软件包:golang-github-fsouza-go-dockerclient-dev(1.8.1-1)
golang-github-fsouza-go-dockerclient-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-fsouza-go-dockerclient:
- [golang-github-fsouza-go-dockerclient_1.8.1-1.dsc]
- [golang-github-fsouza-go-dockerclient_1.8.1.orig.tar.gz]
- [golang-github-fsouza-go-dockerclient_1.8.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- docker.io
- ruby-docker-api
- python3-glances-api
- golang-github-docker-engine-api-dev
- python-naturalsort
- golang-github-gologme-log-dev
- golang-github-bep-clock-dev
- golang-github-bep-clocks-dev
- golang-github-apparentlymart-go-openvpn-mgmt-dev
- golang-github-hashicorp-go-reap-dev
- golang-github-heroku-docker-registry-client-dev
Docker client library in Go
Client for the Docker remote API with support for the extensions in the Swarm API.
This package also provides support for docker's network API, which is a simple passthrough to the libnetwork remote API. Note that docker's network API is only available in docker 1.8 and above, and only enabled in docker if DOCKER_EXPERIMENTAL is defined during the docker build process.
其他与 golang-github-fsouza-go-dockerclient-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-docker-docker-dev (>= 17.12.1~)
- reusable Go packages included with Docker
-
- dep: golang-github-docker-go-units-dev
- parse and print size and time units in human-readable format
-
- dep: golang-github-gorilla-mux-dev
- powerful URL router and dispatcher for golang