Files
docker-docs/compose/reference/logs.md
Gaetan 2ea564166d fix type of keywords entry in frontmatter (in /compose/ dir) (#481)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-07 13:18:56 -08:00

473 B

description, keywords, title
description keywords title
Displays log output from services. fig, composition, compose, docker, orchestration, cli, logs docker-compose logs
Usage: logs [options] [SERVICE...]

Options:
--no-color          Produce monochrome output.
-f, --follow        Follow log output
-t, --timestamps    Show timestamps
--tail              Number of lines to show from the end of the logs
                    for each container.

Displays log output from services.