This is a Docker image of latest version of Ubuntu with the following dependencies:
- filebench (1.5 alpha3)
- bison
- flex
sudo docker build -t <your-user-name>/filebench-ubuntu:0.0.1 .
sudo docker push <your-user-name>/filebench-ubuntu:0.0.1 apiVersion: v1
kind: Pod
metadata:
name: app-test
labels:
app: app-test-label1
spec:
containers:
- name: filebench-ubuntu
image: <your-user-name>/filebench-ubuntu:0.0.1
sudo docker run -it viniciusbds/filebench-ubuntu:0.0.1 /bin/bashYou may need to set the variable randomize_va_space to 0 if filebench hangs during test startup. (see more here)
sudo su
echo 0 > /proc/sys/kernel/randomize_va_space