Always updated official Ubuntu docker image with Torusware Speedus acceleration software
10K+

Ubuntu image with speedus solution for high-performance communications. Check us out at our website.
Speedus is your communications highway:
Dockerfile linkEach tag corresponds to the tag of the Ubuntu base image:
In order to run a container with our image, execute:
sudo docker run -ti torusware/speedus-ubuntu
This will launch a bash shell where you can execute whatever program you want.
In this image we provide a built-in communication tests, Netpipe. Execute the next lines in order to obtain the baseline performance:
NPtcp &
NPtcp -h localhost
To run the same test using Speedus:
speedus NPtcp &
speedus NPtcp -h localhost
As you can see, using Speedus is really easy and non-intrusive, just type speedus before your application:
speedus /path/to/the/program [parameters]
If you need more information, you can check the README file inside the container or contact us at [email protected]
Content type
Image
Digest
sha256:0d753ae54…
Size
76.4 MB
Last updated
over 7 years ago
docker pull torusware/speedus-ubuntu