What is the best way to find a specific string in the logs of a docker container? Let\'s say I want to see all requests, that are made in the \"nginx\" docker image that came fr
As vim fan I prefer to use less and search with /
less
/
docker logs nginx 2>&1 | less