mirror of
https://github.com/newnius/YAO-agent.git
synced 2025-06-07 13:51:56 +00:00
15 lines
255 B
Docker
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"] |