Machine types: container-{amd64,arm64}
Credentials are available on request. Please contact Ferncast for details.
Use docker login to login before pulling images.
docker login git.ferncast.de:5050
docker pull git.ferncast.de:5050/ferncast/aixtream-container-images/aixtream-container-amd64:latest
--privileged but that somewhat defies the containerization.To start the container:
(If you have received the ID for a non-demo installation from Ferncast, replace aixtream-c00lc0de below with aixtream-[YourID]and insert the full hardware ID in place of {HWID}).
docker volume create --name=aixtream-persistent
docker run --rm --cap-add ALL --security-opt seccomp=unconfined --cgroupns host --cgroup-parent=docker.slice -v /sys/fs/cgroup/docker.slice:/sys/fs/cgroup:rw --hostname aixtream-c00lc0de -e NETLICENSE_HWID=${HWID} -v aixtream-persistent:/media/persistent -it $IMAGE_ID
Optional arguments:
--sysctl net.ipv4.ip_local_port_range="1234 2345"
-p 1234-2345:1234-2345/udpNETLICENSE_HWID: Hardware-IDLICENSE_HOST: License server hostLICENSE_PORT: License server portLICENSE_SSL: Use SSL to connect to license server (true/false)LICENSE_SECRET: License server client secretROOT_PASSWORD: root user password