Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Dockerfile.debian | H A D | 25-Apr-2025 | 216 | 9 | 6 | |
Dockerfile.ubuntu | H A D | 25-Apr-2025 | 1.1 KiB | 27 | 21 | |
README.md | H A D | 25-Apr-2025 | 352 | 19 | 12 | |
run.sh | H A D | 25-Apr-2025 | 588 | 24 | 11 | |
test-all.sh | H A D | 25-Apr-2025 | 412 | 13 | 4 |
README.md
1# Minimal Containers 2 3These containers simulate a fresh developer workstation and can be used to test out-of-the box 4development workflows for crosvm. 5 6To run one of the containers: 7 8``` 9./run.sh Dockerfile.ubuntu 10``` 11 12Or to run `cargo build` in all containers run: 13 14``` 15./test-all.sh 16``` 17 18Note: These scripts are experimental and not validated in CI. 19