Private GIT

Skip to content
Snippets Groups Projects
Commit 456d5767 authored by Barry Carey's avatar Barry Carey Committed by barry
Browse files

Update to use Docker image hosted on my own Docker Hub account

parent 2bf2f849
Branches
No related tags found
No related merge requests found
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/
......
...@@ -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
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment