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-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.12.0 to 1.19.2. Release notes Sourced from sphinx-autodoc-typehints's releases. 1.19.2 What's Changed [pre-commit.ci] pre-commit autoupdate by @​pre-commit-ci in tox-dev/sphinx-autodoc-typehints#249 only convert role for pydata annotations if module...

dependencies

## import_image api error * Expected behaviour: a image object * Actual behaviour: [{'errorDetail': {'message': 'Error processing tar file(exit status 1): unexpected EOF'}, 'error': 'Error processing tar file(exit status 1):...

bug

## Long story short `websocket` doesn't filter by stream as args would suggest. https://github.com/aio-libs/aiodocker/blob/f1dbdc3d42147f4c2ab5e6802acf6f7d0f885be4/aiodocker/containers.py#L239 ```py async def websocket(self, **params): if not params: params = {"stdin": True, "stdout": True, "stderr": True,...

bug

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...

dependencies

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.19.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.19.0 title: 'pytest-asyncio: pytest support for asyncio' pytest-asyncio is an Apache2 licensed library, written in Python, for...

dependencies

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.20.0. Release notes Sourced from pre-commit's releases. pre-commit v2.20.0 Features Expose source and object-name (positional args) of prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and PRE_COMMIT_COMMIT_OBJECT_NAME. #2407 PR...

dependencies

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.4 to 3.25.1. Release notes Sourced from tox's releases. 3.25.1 What's Changed release 3.25.0 by @​gaborbernat in tox-dev/tox#2398 [pre-commit.ci] pre-commit autoupdate by @​pre-commit-ci in tox-dev/tox#2399 Adding APPDATA...

dependencies

Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...

dependencies

## Create image from local Dockerfile Hi, I would like to create a docker image from local dockerfile. How should I do it ? Please could you give me a...