Docker sq
Docker Fundamentals - Container Lifecycle

Producing Logs

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

Producing Logs

To output a log, us the STDOUT and STDERR output using the script inside your application.

You can also use the paths '/dev/stdout' or '/dev/stderr' as if they were files to write to output.

 

I finished! On to the next chapter