Skip to content

Instantly share code, notes, and snippets.

View alexvuta's full-sized avatar
🏠
Working from home

Alexandru VUTA alexvuta

🏠
Working from home
View GitHub Profile
@roylee0704
roylee0704 / dockergrep.sh
Created December 9, 2016 08:24
how to grep docker log
docker logs nginx 2>&1 | grep "127."
# ref: http://stackoverflow.com/questions/34724980/finding-a-string-in-docker-logs-of-container