diff options
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 |