Files
docker-docs/_data/engine-cli/docker_container_logs.yaml
French Ben d612188de0 Initial dump of CLI in yaml (#737)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:38:49 -08:00

24 lines
648 B
YAML

command: docker container logs
short: Fetch the logs of a container
long: Fetch the logs of a container
usage: docker container logs [OPTIONS] CONTAINER
pname: docker container
plink: docker_container.yaml
options:
- option: details
default_value: "false"
description: Show extra details provided to logs
- option: follow
shorthand: f
default_value: "false"
description: Follow log output
- option: since
description: Show logs since timestamp
- option: tail
default_value: all
description: Number of lines to show from the end of the logs
- option: timestamps
shorthand: t
default_value: "false"
description: Show timestamps