aiodocker icon indicating copy to clipboard operation
aiodocker copied to clipboard

Python Docker API client based on asyncio and aiohttp

Results 73 aiodocker issues
Sort by recently updated
recently updated
newest added

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 6.1.3. Release notes Sourced from sphinx's releases. v6.1.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html...

dependencies

Bumps [multidict](https://github.com/aio-libs/multidict) from 5.2.0 to 6.0.4. Release notes Sourced from multidict's releases. 6.0.4 Bugfixes Fixed a type annotations regression introduced in v6.0.2 under Python versions <3.10. It was caused by...

dependencies

Bumps [towncrier](https://github.com/twisted/towncrier) from 21.3.0 to 22.12.0. Release notes Sourced from towncrier's releases. Towncrier 22.12.0 towncrier 22.12.0 (2022-12-21) Features Added --keep option to the build command that allows generating a newsfile,...

dependencies

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.20.3. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.20.3 title: 'pytest-asyncio' pytest-asyncio is a pytest plugin. It facilitates testing of code that uses the asyncio...

dependencies

## Missing protocol scheme in docker_host. Hello, ## Background I have a lot of servers, which I need to manage with cert in different dir. This method: _def \_docker\_machine\_ssl\_context()_ just...

bug

## What do these changes do? Add a new docker socket search path used by the Docker Desktop app in macOS. ## Are there changes in behavior for the user?...

In macOS with the latest Docker Desktop app, some users report that the docker socket no longer exists in `/var/run/docker/sock` but `$HOME/.docker/run/docker.sock`. Let's add it to [the default search paths](https://github.com/aio-libs/aiodocker/blob/f1dbdc3d42147f4c2ab5e6802acf6f7d0f885be4/aiodocker/docker.py#L57),...

enhancement

Bumps [ruff-lsp](https://github.com/astral-sh/ruff-lsp) from 0.0.53 to 0.0.54. Release notes Sourced from ruff-lsp's releases. v0.0.54 What's Changed Convert the path LSP setting to a list if it is a string by @​PedramNavid...

dependencies

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0. Release notes Sourced from ruff's releases. 0.5.0 Release Notes Check out the blog post for a migration guide and overview of the changes! Breaking...

dependencies

## What do these changes do? Add support for Docker context endpoints. * Read files such as ~/.docker/context/meta.json and set the socket * `DOCKER_CONTEXT` will be prioritized if it is...

enhancement