diff options
author | Bernardo <bernardo@tutum.co> | 2014-05-12 15:15:04 -0400 |
---|---|---|
committer | Bernardo <bernardo@tutum.co> | 2014-05-12 15:15:04 -0400 |
commit | 36cd14e964a2b2eddd39f59cb8b4f0b4e851da84 (patch) | |
tree | 1776bd0b20da884f01d63ccac1bff75d97f165f5 /README.md | |
parent | 7f55a101f813f3e96413d1b577e98d9467b0bffc (diff) | |
download | docker-py-36cd14e964a2b2eddd39f59cb8b4f0b4e851da84.tar.gz |
logs support for api v1.11 new endpoint
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ c.login(username, password=None, email=None, registry=None) Identical to the `docker login` command (but non-interactive, obviously). ```python -c.logs(container, stdout=True, stderr=True, stream=False) +c.logs(container, stdout=True, stderr=True, stream=False, timestamps=False) ``` Identical to the `docker logs` command. The `stream` parameter makes the |