Published
- 1 min read
grep docker logs
The solution for this is noted below
grep docker logs
Solution
docker logs nginx 2>&1 | grep "127."
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
docker logs nginx 2>&1 | grep "127."
Try other methods by searching on the site. That is if this doesn’t work