Created
April 6, 2020 18:43
-
-
Save ahmetozer/59e6a8ccc3619c919c19460c09800e68 to your computer and use it in GitHub Desktop.
Ookla Speed Test on Fedora Docker Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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