Skip to content

Commit b42348d

Browse files
committed
Update README.md
1 parent 3be3f5a commit b42348d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ InfluxDB image
66
Usage
77
-----
88

9-
To create the image `sbiermann/influxdb`, execute the following command on rpi-influxdb folder:
9+
To create the image `sbiermann/rpi-influxdb`, execute the following command on rpi-influxdb folder:
1010

11-
docker build -t sbiermann/influxdb .
11+
docker build -t sbiermann/rpi-influxdb .
1212

1313
You can now push new image to the registry:
1414

15-
docker push sbiermann/influxdb
15+
docker push sbiermann/rpi-influxdb
1616

1717
Tags
1818
----
@@ -25,7 +25,7 @@ Running your InfluxDB image
2525

2626
Start your image binding the external ports `8083` and `8086` in all interfaces to your container. Ports `8090` and `8099` are only used for clustering and should not be exposed to the internet.
2727

28-
docker run -d -p 8083:8083 -p 8086:8086 sbiermann/influxdb
28+
docker run -d -p 8083:8083 -p 8086:8086 sbiermann/rpi-influxdb
2929

3030

3131
Configuring your InfluxDB
@@ -39,4 +39,4 @@ Initially create Database
3939
-------------------------
4040
Use `-e PRE_CREATE_DB="db1;db2;db3"` to create database named "db1", "db2", and "db3" on the first time the container starts automatically. Each database name is separated by `;`. For example:
4141

42-
```docker run -d -p 8083:8083 -p 8084:8084 -e PRE_CREATE_DB="db1;db2;db3" sbiermann/influxdb:latest```
42+
```docker run -d -p 8083:8083 -p 8084:8084 -e PRE_CREATE_DB="db1;db2;db3" sbiermann/rpi-influxdb:latest```

0 commit comments

Comments
 (0)