Skip to content

Instantly share code, notes, and snippets.

@YaoC
Created July 29, 2019 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YaoC/746fb1510ae9017398a0d27075a262d0 to your computer and use it in GitHub Desktop.
Save YaoC/746fb1510ae9017398a0d27075a262d0 to your computer and use it in GitHub Desktop.
fio test
FROM centos:7
RUN yum install -y libaio-devel fio && \
yum clean all && \
rm -rf /var/cache/yum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment