Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[shim] Fix container logs processing
As the shim creates the container with Tty: false (the default), Client.ContainerLogs returns the logs in the the multiplexed format, which requires additional processing (demultiplexing). See ContainerLogs documentation for details. Fixes: #1720
- Loading branch information