To build, install and start the tci-relay service use the build-relay.sh script:
docker/relay/build-relay.sh --purge --install --enable --start
Once the build-relay.sh script has completed the tci-relay service can be managed with commands like these:
docker ps
sudo systemctl status tci-relay.service
sudo systemctl stop tci-relay.service
docker exec -it tci-relay.service bash
sudo systemctl stop tci-relay
docker/relay/build-relay.sh -p
sudo systemctl start tci-relay
sudo systemctl stop tci-relay.service
sudo systemctl disable tci-relay.service
sudo rm /etc/systemd/system/tci-relay.service
docker rm -f tci-relay.service
docker rmi -f tci-relay:1 alpine:latest
sudo rm -rf /var/tftproot