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