Skip to content

Instantly share code, notes, and snippets.

@ahmetozer
Created April 6, 2020 18:43
Show Gist options
  • Save ahmetozer/59e6a8ccc3619c919c19460c09800e68 to your computer and use it in GitHub Desktop.
Save ahmetozer/59e6a8ccc3619c919c19460c09800e68 to your computer and use it in GitHub Desktop.
Ookla Speed Test on Fedora Docker Container
FROM fedora
RUN curl https://bintray.com/ookla/rhel/rpm > /etc/yum.repos.d/bintray-ookla-rhel.repo; yum install speedtest -y ; yum clean all
ENTRYPOINT ["/usr/bin/speedtest"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment