自已编译openweb docker image笔记

1、基于https://github.com/jketterl/openwebrx

git clone https://github.com/jketterl/openwebrx.git

2、首先创建base image,使用的是apline系统:https://hub.docker.com/_/alpine

docker build --build-arg BASE_IMAGE=alpine:latest -t openwebrx-base:v1 -f ./docker/Dockerfiles/Dockerfile-base .

3、

原文地址:https://www.cnblogs.com/d9394/p/11611286.html