dockerclient
dockerclient copied to clipboard
Docker client library in Go
The latest package `github.com/docker/docker` does not contain jsonlog any more. This package is used in test only, there is no harm to upgrade the package.
While using _docker-toolbox_ we figured out that _dockerclient_ doesn't respect the proxy settings of the system environment. Because of that we're not able to manage amazon ec2 instances properly out...
``` cat /etc/redhat-release #Fedora release 25 (Twenty Five) dnf -y install "compiler(go-compiler)" go version #go version go1.7.5 linux/amd64 yum -y install "golang(github.com/docker/go-units)" yum -y install "golang(github.com/stretchr/testify/mock)" yum -y install "golang(github.com/docker/docker/pkg/ioutils)"...
add result on ExecStart: [docker exec](https://docs.docker.com/engine/reference/commandline/exec/)
Please consider assigning version numbers and tagging releases. Tags/releases are useful for downstream package maintainers (in [Debian](http://debian.org) and other distributions) to export source tarballs, automatically track new releases and to...
When I query the Network and associated Containers on Docker CLI, I get the following: ``` root@ubuntu:~# docker network inspect b1 [ { "Name": "b1", "Id": "52a3537307b177688b2684a5448396e6bcdded9f9e4b9ee9175c7b84fcbb6fe0", "Scope": "local", "Driver":...
I'd like to print progress of the `PullImage`. I'm willing to do the PR but would like some guidance on the approach. Do we break the current API, new API?...
To set the ulimit `unlimited`, the value of ulimit can be `-1`. So parsing fails with this values. I am in stuck. Please see this issue ehazlett/interlock#154. Any ideas? Docker...
Why doesn't all ContainerConfig fields have a `json:"omitempty"`?
This adds support for copying archives to a container.