Files
docker-docs/_data/engine-cli-edge/docker_container_logs.yaml
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -07:00

25 lines
649 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