-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50124/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Kevin Klues, and Rajat Phull.
Bugs: MESOS-5795
https://issues.apache.org/jira/browse/MESOS-5795
Repository: mesos
Description
-------
Added a new flag '--device' to mesos-docker-executor to point out the
devices can be accessed in docker container. Use the format
PathInHost:PathInContainer:Permission and use comma to split multiple
devices.
Diffs
-----
src/docker/executor.hpp 7b63d784d6b8685912598b77fb38cf6e70646ae3
src/slave/containerizer/docker.cpp f1ecf3b25d85597f6c3dcaa47968860ed119dbd5
Diff: https://reviews.apache.org/r/50124/diff/
Testing
-------
make check
Thanks,
Yubo Li