Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waja/docker-speedtest
Docker image for speedtest-cli: https://github.com/sivel/speedtest-cli
https://github.com/waja/docker-speedtest
Last synced: 24 days ago
JSON representation
Docker image for speedtest-cli: https://github.com/sivel/speedtest-cli
- Host: GitHub
- URL: https://github.com/waja/docker-speedtest
- Owner: waja
- Created: 2016-02-08T00:38:48.000Z (almost 9 years ago)
- Default Branch: development
- Last Pushed: 2024-05-23T07:42:42.000Z (7 months ago)
- Last Synced: 2024-05-23T07:47:12.016Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 151 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Speedtest
[![](https://images.microbadger.com/badges/version/waja/speedtest.svg)](https://hub.docker.com/r/waja/speedtest/)
[![](https://images.microbadger.com/badges/image/waja/speedtest.svg)](https://hub.docker.com/r/waja/speedtest/)
[![Build Status](https://travis-ci.org/Cyconet/docker-speedtest.svg?branch=development)](https://travis-ci.org/Cyconet/docker-speedtest)
[![Docker Build Status](https://img.shields.io/docker/build/waja/speedtest.svg)](https://hub.docker.com/r/waja/speedtest/)
[![GitHub tag](https://img.shields.io/github/tag/Cyconet/docker-speedtest.svg)](https://github.com/Cyconet/docker-speedtest/tags)
[![](https://img.shields.io/docker/pulls/waja/speedtest.svg)](https://hub.docker.com/r/waja/speedtest/)
[![](https://img.shields.io/docker/stars/waja/speedtest.svg)](https://hub.docker.com/r/waja/speedtest/)
[![](https://img.shields.io/docker/automated/waja/speedtest.svg)](https://hub.docker.com/r/waja/speedtest/)Builds a docker image with the [speedtest-cli](https://github.com/sivel/speedtest-cli) ready to run.
Pulled from [https://github.com/tianon/dockerfiles/tree/master/speedtest](https://github.com/tianon/dockerfiles/tree/master/speedtest)
Ever wanted to speedtest a server, but didn't want to do funky tunnelling so you could hit up good ol' speedtest.net? WORRY NO MORE.
# Running
- run the docker container with:
```bash
docker run --rm --net=host waja/speedtest -h
```We don't actually _require_ `--net=host`, but if we're wanting to test native performance (or use `--source some-specific-host-IP`) then we want direct access to the relevant connections without any overhead.
# Building
```bash
make build
```# Get a shell in a running container
```bash
make shell
```