Amit Saha 3/11/2019

Getting a docker container's stdout logs into a variable on Linux

Read Original

This technical article details a common Docker logging nuance: container stderr is output to the host's stderr. It demonstrates how to isolate and capture only the container's stdout logs into a shell variable using `docker logs` with proper stderr redirection (e.g., `2> /dev/null`), solving a potential point of confusion for developers.

Getting a docker container's stdout logs into a variable on Linux

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser