Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcgeek86/influxdb-v2-arm
Run InfluxDB v2 on 64-bit ARM devices, such as the Raspberry Pi
https://github.com/pcgeek86/influxdb-v2-arm
Last synced: 4 days ago
JSON representation
Run InfluxDB v2 on 64-bit ARM devices, such as the Raspberry Pi
- Host: GitHub
- URL: https://github.com/pcgeek86/influxdb-v2-arm
- Owner: pcgeek86
- Created: 2020-10-30T21:35:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T17:05:56.000Z (about 4 years ago)
- Last Synced: 2024-11-19T19:05:49.071Z (2 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## influxdb-v2-arm
Run InfluxDB v2 on 64-bit ARM devices, such as the Raspberry Pi. 🍰
### Build Container Image
First, build the container image locally on your device.
```
docker build --tag influxarm .
```### Run InfluxDB Container
Create a new InfluxDB container, and expose the web management port `TCP 8086`.
```
docker run --publish 8086:8086 influxarm
```###
Once the InfluxDB v2 container is running, access the web management interface.
```
http://localhost:80886
```