1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-06-07 13:51:56 +00:00
YAO-agent/Dockerfile
2019-06-10 15:32:46 +08:00

15 lines
255 B
Docker

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