-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31125/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-2357
https://issues.apache.org/jira/browse/MESOS-2357
Repository: mesos
Description
-------
Parse the docker ps format correctly (identify the columns by the
header names), then find the NAMES column for the container names and
parse container names out.
This ensures that, when docker adds more columns to the ps output,
the parsing will not break.
Also issue the --no-trunc command line option to have the output
columns not truncated by docker.
Diffs
-----
src/docker/docker.cpp 94f16e701f89367b599f0bd8f44c2f1de21a8e20
Diff: https://reviews.apache.org/r/31125/diff/
Testing
-------
Thanks,
Henning Schmiedehausen