Sign inSign up

siw36/pvc-performance-test

By siw36

Updated over 6 years ago

Container for testing read/write speeds of persistent volumes

Image
0

1.6K

Dockerfile
FROM centos:latest

COPY entrypoint.sh /entrypoint.sh

RUN yum -y install hdparm epel-release \
  && yum -y install fpaste \
  && chown 0:0 /entrypoint.sh \
  && chmod 770 /entrypoint.sh

ENTRYPOINT /entrypoint.sh