Skip to content

Instantly share code, notes, and snippets.

View httpassoca's full-sized avatar
✝️
search Christ

Rafael Freitas httpassoca

✝️
search Christ
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