Development container with the repository mounted for live edits.
- Docs: docs/examples.md
- Main README: README.md
cd examples/dev-workspace
docker compose run --rm devInside the container:
pytest tests/ -v
vdisplay all
vdisplay monitors
python -c "from vdisplay import VirtualDisplaySession; ..."docker compose run --rm dev python examples/headless-virtual/run_virtual.pyThe repo is mounted at /app, so code changes on the host are visible immediately.