Indo Yoon
BlogTagsAbout
Published on
Tuesday, September 13, 2022

docker log 필터 / vim에서 보기

Authors
  • avatar
    Name
    Indo Yoon
    Twitter
Table of Contents

grep

docker logs nginx 2>&1 | grep "127."

pipe to vim

docker logs nginx 2>&1 | less  

directly open the log file

docker inspect --format={{.LogPath}} <ContainerName>
Discuss on Twitter • View on GitHub

Tags

None

Previous Article

Leetcode - 603. Consecutive Available Seats

Next Article

Leetcode - 603. Consecutive Available Seats
← Back to the blog
mailMailgithubGitHublinkedinLinkedin
Indo Yoon
•
© 2025
•
Indo Yoon
Tailwind Nextjs Theme