Feed data from dump1090 to www.adsbhub.org quickly and easily with Docker!
2.2K
Feed data from dump1090 to ADSBHub quickly and easily with Docker! Works best with dump1090-docker.
Register a new ADS-B station.
Follow instructions on "Adding your ADS-B station to ADSBHub."
Run dump1090-docker.
Find instructions on the Github page.
Run adsbhub.
docker run --rm -d --link dump1090 --name adsbhub jraviles/adsbhub:latest
docker build -t jraviles/adsbhub:latest .
Build and push the new image.
# Make sure you have run docker login
docker build -t jraviles/adsbhub:<arch> .
docker push jraviles/adsbhub:<arch>
Build and push a new manifest with manifest-tool.
# Install manifest-tool
manifest-tool push from-spec manifest-adsbhub.yml
Supported architectures:
| architecture |
|---|
| amd64 |
| arm64 |
Content type
Image
Digest
sha256:84ac50dd9…
Size
4.2 MB
Last updated
6 months ago
docker pull jraviles/adsbhub