Sign inSign up

jraviles/adsbhub

By jraviles

Updated 6 months ago

Feed data from dump1090 to www.adsbhub.org quickly and easily with Docker!

Image
0

2.2K

jraviles/adsbhub repository overview

ADSBHub feeder Docker image

Docker Build Status GitHub

Feed data from dump1090 to ADSBHub quickly and easily with Docker! Works best with dump1090-docker.

Usage

Run
  1. Register for an ADSBHub account.

  2. Register a new ADS-B station.

    Follow instructions on "Adding your ADS-B station to ADSBHub."

  3. Run dump1090-docker.

    Find instructions on the Github page.

  4. Run adsbhub.

    docker run --rm -d --link dump1090 --name adsbhub jraviles/adsbhub:latest
    
Building the Docker image locally
docker build -t jraviles/adsbhub:latest .

Maintenance

Uploading new images to Docker Hub
  1. Build and push the new image.

    # Make sure you have run docker login
    docker build -t jraviles/adsbhub:<arch> .
    docker push jraviles/adsbhub:<arch>
    
  2. 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

Tag summary

Content type

Image

Digest

sha256:84ac50dd9

Size

4.2 MB

Last updated

6 months ago

docker pull jraviles/adsbhub