Hello,
I tried using docker-diskmark version 1.2.1 from Dockerhub.
OS is Debian 13.
docker image cannot start because rev command is not available under /diskmark/usr/bin/ in docker image. Even if that was installed as part of util-linux apk package.
I get this error:
root@openmediavault~# docker run -it --rm --user 0 e7db/diskmark
/usr/lib/diskmark/detect.sh: line 38: rev: command not found
/usr/lib/diskmark/detect.sh: line 38: rev: command not found
root@openmediavault~#
It happens because rev binary is not copied in Dockerfile.
I try to fix myself.
Otherwise great app!
Regards
György
Hello,
I tried using docker-diskmark version 1.2.1 from Dockerhub.
OS is Debian 13.
docker image cannot start because
revcommand is not available under/diskmark/usr/bin/in docker image. Even if that was installed as part ofutil-linuxapk package.I get this error:
It happens because
revbinary is not copied in Dockerfile.I try to fix myself.
Otherwise great app!
Regards
György