xref: /aosp_15_r20/external/crosvm/tools/contrib/minimal_containers/README.md (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
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