一、基於https://github.com/jketterl/openwebrxgit
git clone https://github.com/jketterl/openwebrx.gitgithub
二、首先建立base image,使用的是apline系統:https://hub.docker.com/_/alpineweb
docker build --build-arg BASE_IMAGE=alpine:latest -t openwebrx-base:v1 -f ./docker/Dockerfiles/Dockerfile-base .docker
三、ui