-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46615/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov, Qian Zhang, and Vinod Kone.
Bugs: MESOS-5227
https://issues.apache.org/jira/browse/MESOS-5227
Repository: mesos
Description
-------
This patch adds HTTP docker executor to Makefile.am,
and adds docker/http_docker_executor.cpp, which is
identical to docker/executor.cpp.
This is the first step to:
MESOS-5227:
Implement HTTP Docker Executor that uses the Executor Library.
Diffs
-----
src/Makefile.am e024c6d65608a55765e527a8668c415723dcfcca
src/docker/http_docker_executor.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/46615/diff/
Testing
-------
make check (Ubuntu 14.04)
Thanks,
Yong Tang