| by Scott Kilroy | No comments

View docker logs

docker logs CONTAINERID
for example
docker logs c5a6254f7da2
to see logs update in realtime (similar to tail -f) add -f
for example
docker logs c5a6254f7da2 -f

for no logs add the option
--log-driver = none

Share Button

Leave a Reply