Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 328 Bytes

how_to_read_files_and_stdout_from_a_running_docker_container.md

File metadata and controls

11 lines (7 loc) · 328 Bytes

How to read files and stdout from a running docker container

From a docker image you can tail output from you dockerized application.

$ docker logs -f <DOCKER IMAGE ID>

References