No description
- Dockerfile 52.5%
- Shell 47.5%
| s6/hblink | ||
| .gitmodules | ||
| build.sh | ||
| compose.yaml | ||
| Containerfile | ||
| entrypoint | ||
| hblink.cfg | ||
| install.sh | ||
| launch-container.sh | ||
| README.md | ||
| run | ||
Random notes on running the DMR Master
Install podman: $ apt install podman podman-compose fuse-overlayfs
Create ~pi-star/.config/containers/storage.conf [storage] driver = "overlay"
Delete any existing libpod database, without this it might get stuck with the VFS storage driver which uses much more disk space. $ sudo rm -rf ~pi-star/.local/share/containers/
wpsd has a firewall, i'm not sure how it's configured $ sudo iptables -I INPUT 39 -p udp --dport 62030 -j ACCEPT (the '39' is to put it before the INPUT LOGNDROP rule)