Created
March 6, 2015 14:32
-
-
Save yoku0825/4017e173cb4ef82f47d4 to your computer and use it in GitHub Desktop.
tpcc_start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos | |
WORKDIR /root | |
RUN yum install -y bzr | |
RUN bzr branch lp:~percona-dev/perconatools/tpcc-mysql | |
RUN yum install -y make gcc mysql-libs mysql-devel | |
WORKDIR /root/tpcc-mysql/src | |
RUN make | |
ENTRYPOINT /root/tpcc-mysql/tpcc_start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment