tree: b53c23ad75d837ef9a5fb301dca833699c67d0f7
  1. Dockerfile.debian
  2. Dockerfile.ubuntu
  3. README.md
  4. run.sh
  5. test-all.sh
tools/contrib/minimal_containers/README.md

Minimal Containers

These containers simulate a fresh developer workstation and can be used to test out-of-the box development workflows for crosvm.

To run one of the containers:

./run.sh Dockerfile.ubuntu

Or to run cargo build in all containers run:

./test-all.sh

Note: These scripts are experimental and not validated in CI.