Skip to content

pullrequests Search Results · repo:docker/docker-py

Filter by

1.6k results
 (68 ms)

1.6k results

Some stuff broke while I was merging #3207. This is some clean up across a bunch of places 😵
kind/chore
  • milas
  • 1
  • Opened 
    on Mar 29
  • #3241

Goal: Run integration tests against multiple engine and api versions Done: - Added engine.version and engine.api versions to the CI workflow matrix - Passed the matrix vars to the integration tests ...
  • krissetto
  • Opened 
    on Mar 15
  • #3234

With Docker Engine 24.x, 25.x (and probably older versions), inspect output for NetworkSettings.Networks. network .Aliases includes the container s short-id. (The short-id will be removed from Aliases ...
  • robmry
  • 1
  • Opened 
    on Mar 13
  • #3233

Signed-off-by: Paweł Gronowski pawel.gronowski@docker.com
  • vvoland
  • 2
  • Opened 
    on Mar 7
  • #3231

This change means, that docker-compose can now, like podman-compose https://github.com/containers/podman-compose/issues/166 , make use of the user namespaces features of podman. For example, the following ...
  • bauen1
  • Opened 
    on Feb 29
  • #3230

Build all formats. This allows users to download the documentation as epub and pdf. https://docs.readthedocs.io/en/stable/config-file/v2.html#formats
  • sigma67
  • Opened 
    on Feb 28
  • #3228

https://github.com/docker/docker-py/issues/3108 Currently the low level build call will not raise exceptions when reading chunked responses. This results in the call incorrectly succeeding on mac machines, ...
  • sidhujus
  • Opened 
    on Feb 17
  • #3227

Closes #3157 Added support for StartInterval as POST /containers/create now accepts a HealthConfig.StartInterval to set the interval for health checks during the start period. This extends the interval ...
  • Khushiyant
  • Opened 
    on Feb 8
  • #3226

This changes a use of DockerError (which does not exist) to DockerException.
  • adamtheturtle
  • Opened 
    on Feb 2
  • #3225