creaky
Admin
- Thread starter
- #1
creaky submitted a new resource:
How to install a speed test docker container - Docker container for continuos speed test of your network
How to install a speed test docker container - Docker container for continuos speed test of your network
Read more about this resource...This is a very quick and easy way to install a speed test container on your system with the results being stored in a InfluxDB database.
1. Open up Portainer and select Stacks
2. Click on Add Stack at the top of the page
3. Give the stack a name
4. Paste following into the Web editor section
Code:version: '2' services: db: image: influxdb container_name: influxdb networks: - default volumes: - /path/to/config/directory/SpeedTest:/var/lib/influxdb...