mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
When running a container with tty enabled and setting the journald logging driver, you may see "blob data" instead of the real log message. That's because tty appends "\r" to the end of the log line, which isn't stripped by jorunald unless you specify the "--all" flag. Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>