git clone https://github.com/govcms-extras/govcms-ops-d10.git
cd govcms-ops-d10
cp configs/auth.json.example configs/auth.json
vi auth.json # Replace with the Github PAT.
ahoy build
ahoy up
Then you can visit http://localhost:8888/
docker run --name govcms-d10-test -p 8080:80 -d govcmspoc/govcms:drupal10
More examples can be found in USAGE.md