1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:26:01 +02:00

docker: add docker container logs example (#1680)

This commit is contained in:
Shih Yu Ho 2017-11-27 12:14:42 -06:00 committed by Starbeamrainbowlabs
parent ed48721a66
commit 191666c794

View file

@ -29,3 +29,7 @@
- Remove a stopped container:
`docker container rm {{container}}`
- Fetch and follow the logs of a container:
`docker container logs -f {{container}}`