Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 232 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 232 Bytes

Build

./build.sh

Run with default networking

docker compose --profile default-profile up

Run with ipvlan networking

docker compose --profile vlan-profile up

Clean up

docker compose down