1
0
mirror of https://github.com/newnius/YAO-agent-master.git synced 2025-12-16 10:36:44 +00:00

add files

This commit is contained in:
2019-06-10 15:05:17 +08:00
parent dd1898ed6c
commit 1e2a7e8d32
4 changed files with 213 additions and 9 deletions

13
Dockerfile Normal file
View File

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