container logs

Fetch the logs of a container

Aliases

docker container logs, docker logs

Options

NameTypeDefaultDescription
--detailsShow extra details provided to logs
-f, --followFollow log output
--sincestringShow logs since timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes)
-n, --tailstringallNumber of lines to show from the end of the logs
-t, --timestampsShow timestamps
--untilstringShow logs before a timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes)

Description

See docker logs for more information.