Kouhei Sutou
null+****@clear*****
Sun Feb 7 19:03:41 JST 2016
Kouhei Sutou 2016-02-07 19:03:41 +0900 (Sun, 07 Feb 2016) New Revision: 250646fa804ad0e9c36040f798232d80df8ea855 https://github.com/groonga/wikipedia-search/commit/250646fa804ad0e9c36040f798232d80df8ea855 Message: Add Dockerfile to run benchmark Added files: benchmark/centos7/Dockerfile Added: benchmark/centos7/Dockerfile (+7 -0) 100644 =================================================================== --- /dev/null +++ benchmark/centos7/Dockerfile 2016-02-07 19:03:41 +0900 (9d757fa) @@ -0,0 +1,7 @@ +FROM centos:latest + +RUN yum update -y +RUN yum install -y git sudo +RUN git clone https://github.com/groonga/wikipedia-search.git + +ENTRYPOINT ["/wikipedia-search/benchmark/centos7/mysql-postgresql.sh"] -------------- next part -------------- HTML����������������������������...Download