ggilman/rtlsdr-igate-docker

By ggilman

Updated 2 months ago

APRS IGate using rtlsdr. This is an Alpine based distribution.

Image
Networking
0

1.4K

ggilman/rtlsdr-igate-docker repository overview

This image provides an APRS IGate using an rtlsdr dongle. The image is based on Alpine Linux. By default, settings are for US APRS but configuration allows for altering the frequency and server based as necessary.

You MUST give access to the USB devices on your machine ( /dev/bus/usb)

An example docker-config.yml file:


version: "3.8"
services:
  app:
    image: ggilman/rtlsdr-igate-docker:latest
    container_name: aprs
    restart: unless-stopped
    network_mode: bridge
    environment:
      - MYCALL=YOURCALL
      - APRS_PASSWORD=YOUR_APRS_PASSWORD
     #Optional Entries
     # - DEVICE_INDEX=0
     # - COMMENT='Docker APRS Igate'
     # - LATITUDE=30.0000
     # - LONGITUDE=-85.0000
     # - BEACON_EVERY=10
     # - APRS_FREQUENCY=144.39M
     # - IGSERVER='noam.aprs2.net'
     # - BEACON_DELAY=1
     # - BEACON_EVERY=10
     # - BEACON_SYMBOL='R\&'
    devices:
      - /dev/bus/usb

Tag summary

Content type

Image

Digest

sha256:64fd04884

Size

7.4 MB

Last updated

2 months ago

docker pull ggilman/rtlsdr-igate-docker:1.10