Docker installation:
mkdir docker && cd docker
wget https://library.ahadiani.ca/install_docker_nproxyman.sh
chmod +x install_docker_nproxyman.sh
./install_docker_nproxyman.sh
Now after the Docker and the NPM services for having the Openspeedtest container we can go as below:
docker run --restart=unless-stopped \
--name openspeedtest -d \
-p 8191:3000 \
-p 8192:3001 \
openspeedtest/latest
It's doneā¦