Skip to content

Instantly share code, notes, and snippets.

@yoku0825
Created March 6, 2015 14:32
Show Gist options
  • Save yoku0825/4017e173cb4ef82f47d4 to your computer and use it in GitHub Desktop.
Save yoku0825/4017e173cb4ef82f47d4 to your computer and use it in GitHub Desktop.
tpcc_start
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