Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Speedtest-for-InfluxDB-and-Grafana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Speedtest-for-InfluxDB-and-Grafana
Commits
456d5767
Commit
456d5767
authored
5 years ago
by
Barry Carey
Committed by
barry
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update to use Docker image hosted on my own Docker Hub account
parent
2bf2f849
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+1
-1
1 addition, 1 deletion
README.md
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
3 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
456d5767
FROM
python:alpine
FROM
python:alpine
MAINTAINER
Allan Tribe <atribe13
@gmail.com>
MAINTAINER
Barry Carey <mcarey66
@gmail.com>
VOLUME
/src/
VOLUME
/src/
COPY
influxspeedtest.py requirements.txt config.ini /src/
COPY
influxspeedtest.py requirements.txt config.ini /src/
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
456d5767
...
@@ -78,7 +78,7 @@ docker run -d \
...
@@ -78,7 +78,7 @@ docker run -d \
--name
=
"speedtest"
\
--name
=
"speedtest"
\
-v
config.ini:/src/config.ini
\
-v
config.ini:/src/config.ini
\
--restart
=
"always"
\
--restart
=
"always"
\
atribe
/speedtest-for-influxdb-and-grafana
barrycarey
/speedtest-for-influxdb-and-grafana
```
```
2.
The docker-compose option
2.
The docker-compose option
```
bash
```
bash
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
456d5767
version
:
'
2'
version
:
'
2'
services
:
services
:
speedtest
:
speedtest
:
image
:
atribe
/speedtest-for-influxdb-and-grafana
image
:
barrycarey
/speedtest-for-influxdb-and-grafana
container_name
:
speedtest
container_name
:
speedtest
volumes
:
volumes
:
-
./config.ini:/src/config.ini
-
./config.ini:/src/config.ini
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment