mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
* Update docs on command help This is change is based on the output of the script proposed by @smola in: https://github.com/docker/docker.github.io/pull/11173 Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com> * Formatting updates * Minor style update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
20 lines
512 B
Markdown
20 lines
512 B
Markdown
---
|
|
description: Displays log output from services.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, logs
|
|
title: docker-compose logs
|
|
notoc: true
|
|
---
|
|
|
|
```none
|
|
Usage: logs [options] [SERVICE...]
|
|
|
|
Options:
|
|
--no-color Produce monochrome output.
|
|
-f, --follow Follow log output.
|
|
-t, --timestamps Show timestamps.
|
|
--tail="all" Number of lines to show from the end of the logs
|
|
for each container.
|
|
```
|
|
|
|
Displays log output from services.
|