Grep command

PHOTO EMBED

Fri Oct 07 2022 10:18:46 GMT+0000 (Coordinated Universal Time)

Saved by @Shokunbi

$ docker inspect a83 | grep -i -A 5  env
content_copyCOPY

You can use the -B and -A to print lines before and after the match. grep -i -B 10 'error' data