Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.3 KB

Circle CI Size Version Commit Docker Hub

Docker Speedtest

Test internet bandwidth using speedtest.net.

Installation

Builds of the image are available on Docker Hub where you can download from the latest stable image.

docker pull codeworksio/speedtest

Alternatively you can build the image yourself.

docker build --tag codeworksio/speedtest \
    github.com/codeworksio/docker-speedtest

Quickstart

Start container using:

docker run --detach --restart always \
    --name speedtest \
    --hostname speedtest \
    codeworksio/speedtest