Radio Information

Radio Information GIT Open Source Docker Shack Software

Live Amateur Radio Information

This project hosts a set of Bootstrap page using Nginx in a Docker container.

It contains information that I needed when I started and still use frequently.

Band information for the UK coming from Ofcom.

https://www.ofcom.org.uk/siteassets/resources/documents/spectrum/emf/emf-amateur-licence-terms-and-conditions.pdf?v=368354

To view this running please pop over to amatureradio.26580.co.uk

Getting Started

Prerequisites

Docker commands

Build and test

docker build -t neonsunset/amateurradioinformation

Port 80 (default for the internet)

Build for the Raspbery Pi (pi 5) also.

Multi platform build & push to hub

Local deployment using the docker-compose.yml file

or runing

docker stop amateurradioinformation docker rm amateurradioinformation docker run -d –name amateurradioinformation –restart always -p 80:9000 neonsunset/amateurradioinformation:latest

Please change the port as needed.

Docker Hub Location

To see the output on docker hub please go to: