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
Leave a Reply
You must be logged in to post a comment.