robert il y a 2 ans
Parent
commit
498ca7531b
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      Dockerfile

+ 6 - 0
Dockerfile

@@ -0,0 +1,6 @@
+FROM hub.evbj.easou.com/dev/flume:v1a
+
+COPY flume.conf /app/soft/flume-1.7.0/conf/flume.conf
+
+ENTRYPOINT ["entrypoint.sh"]
+CMD ["supervisord"]