triglav 0.2.0

High-performance multi-path networking tool with intelligent uplink management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Test Runner Container
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y \
    curl \
    jq \
    netcat-openbsd \
    iputils-ping \
    iperf3 \
    bash \
    bc \
    procps \
    && rm -rf /var/lib/apt/lists/*

WORKDIR /app

CMD ["/scripts/run-tests.sh"]