Skip to content

Instantly share code, notes, and snippets.

View emilioSp's full-sized avatar
🐴

Emilio Spatola emilioSp

🐴
View GitHub Profile
@emilioSp
emilioSp / Docker logs
Created October 9, 2019 10:32
Docker
docker logs -f --tail 100 $DOCKER_NAME
cat test.json | jq 'select(.level | contains("error"))'
docker rmi $(docker images -f "dangling=true" -q)