Go to file
Christoph Honal 4f61ba3800
continuous-integration/drone/push Build was killed Details
fix
2020-02-14 00:20:28 +01:00
build more fixes 2020-02-12 18:19:25 +01:00
config update readme 2020-02-12 18:39:43 +01:00
scripts another fix 2020-02-12 18:41:08 +01:00
.dockerignore fix build chain 2020-02-12 06:02:06 +01:00
.drone.multi.yml buildx ci test 2020-02-13 12:43:59 +01:00
.drone.yml fix 2020-02-14 00:20:28 +01:00
.gitignore fix build chain 2020-02-12 06:02:06 +01:00
Dockerfile more fixes 2020-02-12 18:19:25 +01:00
README.md readme 2020-02-12 18:50:22 +01:00

README.md

Move2Docker

MOVE-II decoder docker container for all the architectures your heart desires - x86_64, armv7l, ...

Based on https://github.com/MOVE-II/move2radio.

This container uses no blobs to build, however some proprietary code is needed. The distributed docker images only contain binary assets, this is achieved using docker multi-stage builds. The proprietary code is currently hosted at the LRZ GitLab by the MOVE-II team, and an older private mirror exists at the CHRZ Git server. It is forbidden to redistribute the proprietary code without permission, however binary assets compiled from it may be redistributed.

Usage

Use the scripts from the scripts directory to control the docker containers. Each script takes a parameter to configure the mode, either gui or cli.

Configuration

Configure the proprietary code server using the file config/config.sh (see or copy config/config.sh.example*), and place or link your private key for the server access (id_rsa) there as well. Note that this key should not be protected with a password.