What is the best way to view container logs? I find the Logs Explorer extension quite disappointing when it comes to viewing logs in, when compared to Docker Desktop
l
late-match-17847
07/28/2025, 11:27 PM
best way would be to open a separate terminal run docker logs --tail <container-name>
v1.20 will have a native logs viewer