Compare commits
1
Commits
calltoplay
...
7bb552c0b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7bb552c0b7 |
@@ -9,6 +9,7 @@ and writes JSONL events, results, and errors to stdout.
|
|||||||
```bash
|
```bash
|
||||||
just peer-cli-build
|
just peer-cli-build
|
||||||
just peer-cli-image
|
just peer-cli-image
|
||||||
|
just peer-cli-tests
|
||||||
just peer-cli-run alpha
|
just peer-cli-run alpha
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ peer-cli-image:
|
|||||||
mkdir -p "$DOCKER_CONFIG"
|
mkdir -p "$DOCKER_CONFIG"
|
||||||
docker build -f crates/lanspread-peer-cli/Dockerfile -t lanspread-peer-cli:dev .
|
docker build -f crates/lanspread-peer-cli/Dockerfile -t lanspread-peer-cli:dev .
|
||||||
|
|
||||||
|
peer-cli-tests *SCENARIOS: peer-cli-image
|
||||||
|
python3 crates/lanspread-peer-cli/scripts/run_extended_scenarios.py {{ SCENARIOS }}
|
||||||
|
|
||||||
# macvlan: each peer container gets its own MAC/IP on the real LAN.
|
# macvlan: each peer container gets its own MAC/IP on the real LAN.
|
||||||
# Override on the command line if your LAN differs, e.g.
|
# Override on the command line if your LAN differs, e.g.
|
||||||
# just LANSPREAD_PARENT_IFACE=enp4s0 LANSPREAD_SUBNET=10.0.0.0/24 LANSPREAD_GATEWAY=10.0.0.1 peer-cli-net
|
# just LANSPREAD_PARENT_IFACE=enp4s0 LANSPREAD_SUBNET=10.0.0.0/24 LANSPREAD_GATEWAY=10.0.0.1 peer-cli-net
|
||||||
|
|||||||
Reference in New Issue
Block a user