Name Date Size #Lines LOC

..--

Dockerfile.debianH A D25-Apr-2025216 96

Dockerfile.ubuntuH A D25-Apr-20251.1 KiB2721

README.mdH A D25-Apr-2025352 1912

run.shH A D25-Apr-2025588 2411

test-all.shH A D25-Apr-2025412 134

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