dockerize icon indicating copy to clipboard operation
dockerize copied to clipboard

Add a tail-end flag

Open martinchaves opened this issue 8 years ago • 2 comments

When the tail-end flag is on the stdout and stderr files are followed starting at end of file instead of at the start.

This flag is equivalent to tail -n 0 ...

martinchaves avatar Jan 11 '17 00:01 martinchaves

This is really usefull if you restart a container because at the moment dockerize will print all old logging information on stdout/stderr again.

tpetry avatar Sep 12 '18 08:09 tpetry

This is already implemented and actually a default behaviour in fork https://github.com/powerman/dockerize

powerman avatar Nov 30 '18 21:11 powerman