Attempts to workaround docker daemon sending garbled container output.
Seems that when the host is heavily loaded, docker will mix in control chars, etc, to the output of a container. We try to filter as much as possible, but sadly it's not just control chars; printable chars can sneak through.
Showing
Please register or sign in to comment