1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-12-13 05:26:43 +00:00
Files
YAO-agent/Dockerfile
2019-04-13 19:39:29 +08:00

14 lines
247 B
Docker

FROM quickdeploy/yao-python3
MAINTAINER Newnius <newnius.cn@gmail.com>
RUN pip3 install docker kafka
ADD bootstrap.sh /etc/bootstrap.sh
ADD monitor.py /root/monitor.py
ADD executor.py /root/executor.py
WORKDIR /root
CMD ["/etc/bootstrap.sh"]