| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
|
|\
| |
| | |
Fix volumes low-level documentation examples
|
| |
| |
| |
| |
| |
| |
| | |
I realize that low-level documentation has outdated examples, so I
created issue #2800 to fix that
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \
| | |
| | | |
Fix swarm low-level documentation examples
|
| |/
| |
| |
| |
| |
| |
| | |
I realize that low-level documentation has outdated examples, so I
created issue #2800 to fix that
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \
| | |
| | | |
Fix network low-level documentation examples
|
| |/
| |
| |
| |
| |
| |
| | |
I realize that low-level documentation has outdated examples, so I
created issue #2800 to fix that
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \
| | |
| | | |
Add service capability
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ContainerSpec
Docker Engine v1.41 added `CapAdd` and `CapDrop` as part of the
ContainerSpec, and `docker-py` should do the same.
```
GET /services now returns CapAdd and CapDrop as part of the ContainerSpec.
GET /services/{id} now returns CapAdd and CapDrop as part of the ContainerSpec.
POST /services/create now accepts CapAdd and CapDrop as part of the ContainerSpec.
POST /services/{id}/update now accepts CapAdd and CapDrop as part of the ContainerSpec.
GET /tasks now returns CapAdd and CapDrop as part of the ContainerSpec.
GET /tasks/{id} now returns CapAdd and CapDrop as part of the ContainerSpec.
```
I added capabilities on docstrings, `service.create` init method and
create tests for that.
That change was mention in issue #2802.
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
| |/
| |
| |
| |
| |
| |
| | |
The Makefile and `docker/constants.py` were with old versions, so I
updated them to the current one
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \
| | |
| | | |
Add the possibility to set a templating driver when creating a new Docker config
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Post-release changelog update
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Fix getting a read timeout for logs/attach with a tty and slow output
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Fixes #931
Signed-off-by: Segev Finer <segev208@gmail.com>
|
|\ \ \
| | | |
| | | | |
Improve containers documentation
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: sinarostami <Sinarostami4188.1@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Update changelog post-release 5.0.1
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
fix(transport): remove disable_buffering option
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Adam Aposhian <aposhian.dev@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Update changelog for v5.0.0
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
|
|\ \ \ \
| | | | |
| | | | | |
Put back identityfile parameter from .ssh/config
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Shehzaman <shehzi.1@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Bump pywin32 from 227 to 301
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [pywin32](https://github.com/mhammond/pywin32) from 227 to 301.
- [Release notes](https://github.com/mhammond/pywin32/releases)
- [Changelog](https://github.com/mhammond/pywin32/blob/master/CHANGES.txt)
- [Commits](https://github.com/mhammond/pywin32/commits)
---
updated-dependencies:
- dependency-name: pywin32
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \ \
| | | |
| | | | |
Bump urllib3 from 1.24.3 to 1.26.5
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.24.3...1.26.5)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \ \
| | | |
| | | | |
Bump requests => 2.26.0
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
|\ \ \
| | | |
| | | | |
use python3.6+ constructs
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Anthony Sottile <asottile@umich.edu>
|
|\ \ \
| |/ /
|/| | |
Update the Image.save documentation with a working example. Issue #836
|
|/ /
| |
| |
| | |
Signed-off-by: Roger Camargo <huogerac@gmail.com>
|
|/
|
|
| |
Signed-off-by: Sebastiano Mariani <smariani@vmware.com>
|
|\
| |
| | |
Update maintainers file and setup.py
|
| |
| |
| |
| | |
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
|
|\ \
| | |
| | | |
Add limit parameter to image search endpoint
|
| | |
| | |
| | |
| | | |
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \ \
| | | |
| | | | |
Fix images low-level documentation examples
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I realize that the documentation of low-level `images` was outdated when
answering issue #2798
The issue can reproduce it with a simple test:
```py
In [1]: import docker
In [2]: client = docker.from_env()
In [3]: client.pull
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-3-d0931943ca5d> in <module>
----> 1 client.pull
~/docker-py/docker/client.py in __getattr__(self, name)
219 "object APIClient. See the low-level API section of the "
220 "documentation for more details.")
--> 221 raise AttributeError(' '.join(s))
222
223
AttributeError: 'DockerClient' object has no attribute 'pull' In Docker SDK for Python 2.0, this method is now on the object APIClient. See the low-level API section of the documentation for more details.
In [4]: client.push
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-4-f7d5b860a184> in <module>
----> 1 client.push
~/docker-py/docker/client.py in __getattr__(self, name)
219 "object APIClient. See the low-level API section of the "
220 "documentation for more details.")
--> 221 raise AttributeError(' '.join(s))
222
223
AttributeError: 'DockerClient' object has no attribute 'push' In Docker SDK for Python 2.0, this method is now on the object APIClient. See the low-level API section of the documentation for more details.
In [5]: client.tag
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-5-043bdfd088ca> in <module>
----> 1 client.tag
~/docker-py/docker/client.py in __getattr__(self, name)
219 "object APIClient. See the low-level API section of the "
220 "documentation for more details.")
--> 221 raise AttributeError(' '.join(s))
222
223
AttributeError: 'DockerClient' object has no attribute 'tag' In Docker SDK for Python 2.0, this method is now on the object APIClient. See the low-level API section of the documentation for more details.
In [6]: client.get_image
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-6-477c12713276> in <module>
----> 1 client.get_image
~/docker-py/docker/client.py in __getattr__(self, name)
219 "object APIClient. See the low-level API section of the "
220 "documentation for more details.")
--> 221 raise AttributeError(' '.join(s))
222
223
AttributeError: 'DockerClient' object has no attribute 'get_image' In Docker SDK for Python 2.0, this method is now on the object APIClient. See the low-level API section of the documentation for more details.
In [7]: client.api.get_image
Out[7]: <bound method ImageApiMixin.get_image of <docker.api.client.APIClient object at 0x7fad6a2037c0>>
In [8]: client.api.tag
Out[8]: <bound method ImageApiMixin.tag of <docker.api.client.APIClient object at 0x7fad6a2037c0>>
In [9]: client.api.pull
Out[9]: <bound method ImageApiMixin.pull of <docker.api.client.APIClient object at 0x7fad6a2037c0>>
In [10]: client.api.push
Out[10]: <bound method ImageApiMixin.push of <docker.api.client.APIClient object at 0x7fad6a2037c0>>
```
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Fix containers low-level documentation examples
|
|/ /
| |
| |
| |
| |
| |
| | |
I realize that low-level documentation has outdated examples, so I
created issue #2800 to fix that
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \
| | |
| | | |
Upgrade cryptography library to version 3.4.7
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Dependabot opened a pull request
93bcc0497d8302aa2d78bd7ef756fc2ff3fd0912 to upgrade cryptography from
2.3 to 3.2.
However, only `requirements.txt` was updated.
The extra requirements were kept outdated.
This commit was made to update the library to the last version.
Fix #2791
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \
| | |
| | | |
Fix continuous integration status badged
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
https://docs.github.com/en/actions/managing-workflow-runs/
adding-a-workflow-status-badge
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \ \
| | | |
| | | | |
Make python 3.6 the minimum version
|