1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-12-15 13:56:44 +00:00
Files
YAO-agent/Dockerfile

14 lines
247 B
Docker
Raw Normal View History

2019-04-12 16:54:33 +08:00
FROM quickdeploy/yao-python3
2019-03-12 16:28:04 +08:00
MAINTAINER Newnius <newnius.cn@gmail.com>
RUN pip3 install docker kafka
ADD bootstrap.sh /etc/bootstrap.sh
2019-04-13 19:39:29 +08:00
ADD monitor.py /root/monitor.py
ADD executor.py /root/executor.py
2019-03-12 16:28:04 +08:00
WORKDIR /root
CMD ["/etc/bootstrap.sh"]