Fixing Docker app connection issues

I created a docker container for the docker app jbartlett777_diskspeed. It runs but I cannot connect to it. I’ve verified the ports its using via docker ps command. Its ports 8080:18888. Every time I try to connect I get the error “connection refused”. I have disabled both the NAS firewall and my windows pc firewall. I am using a bridge network connection. I’ve tried both http:// and https://. Both fail. Anyone have any suggestions?

Yeah, I know why, you’ve got the ports mixed up somehow. The default fort for diskspeed according to the installation instructions is 8888 not 8080.

Note that you also need to enable privileged mode, or it won’t work.

It doesn’t appear to work with UGOS though, for whatever reason, but it might have something to do with it being written for UnRAID?

Neat program though, so thanks for the heads up on that.

I got it working before you posted. I discovered that it was looking at port 8888. when I looked up the port number the info I saw said 18888. Checking the Container log I saw that it was looking for port 8888. The jbartlett_diskspeed app crashes. Not sure why. I switched to e7db/diskmark and it works. However you run it from the command prompt. It does not run in the docker app. You also pull it from the command prompt. Here is the run command to access one of my M.2 ssd:
docker run -it --rm -v /volume2/tmp e7db/diskmark.
Note folder names must be in lower case and have no spaces or it won’t work.