Skip to content

pullrequests Search Results · repo:docker/docker-py

Filter by

1.6k results
 (102 ms)

1.6k results

Looks like this doc update was missed. When you run the code below, you get class str . If you change detach to False, you get class docker.types.daemon.CancellableStream . This means stream param is ...
  • yasonk
  • 2
  • Opened 
    4 days ago
  • #3292

The Docker Engine has always returned 126 when starting an exec fails due to a missing binary, but this was due to a bug in the daemon causing the correct exit code to be overwritten in some cases – see: ...
  • laurazard
  • 9
  • Opened 
    7 days ago
  • #3290

Closes #3087 - Adds the docker.api.container.ContainerInfo class - Make return type of inspect_container as docker.api.container.ContainerInfo - Added the docker.api.container.ContainerInfo tests ...
  • Khushiyant
  • Opened 
    18 days ago
  • #3287

When pushing an image, the server response might have status code 200 (OK) even though the operation has failed. To detect the occurrence of an error, inspect each JSON chunk in the server response and ...
  • frazar
  • Opened 
    20 days ago
  • #3286

When the container fail to start and the user has set the remove flag we should remove the containter, also if the flag is not set, we lose track of the container, leaving it dangling on the system. By ...
  • gringolito
  • Opened 
    22 days ago
  • #3285

I checked the code and only seen ports as dict for convert_service_ports.
  • xxbillouxx
  • Opened 
    on Jul 13
  • #3275

Closes #3243 This PR aims to implement subpath support for volumes in Docker-Py, allowing users to specify a subpath when creating a volume or a container. This feature is essential for scenarios where ...
  • Khushiyant
  • 16
  • Opened 
    on Jun 13
  • #3270

- relates to https://github.com/docker/docker-py/pull/3145 - relates to https://github.com/moby/moby/pull/47092 Set a dummy-version if none set Make sure the Dockerfiles can be built even if no VERSION ...
  • thaJeztah
  • 5
  • Opened 
    on May 28
  • #3267

Updated CONTRIBUTING docs so the deployment steps reflect the current GitHub action based workflow
kind/chore
  • krissetto
  • 6
  • Opened 
    on May 27
  • #3266

Since the Packaging job of the release pipeline doesn t go through our Makefile, we need the env var defined here to have the exact name hatch is expecting
  • krissetto
  • 1
  • Opened 
    on May 23
  • #3264