• Home
Name Date Size #Lines LOC

..--

Dockerfile.debianD04-Jul-2025216 96

Dockerfile.ubuntuD04-Jul-20251.1 KiB2721

README.mdD04-Jul-2025352 1912

run.shD04-Jul-2025588 2411

test-all.shD04-Jul-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