Skip to content

jeanralphaviles/adsbhub-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published