crosvm/tools
Christian Blichmann 6addda2203 Add override for container tool in dev_container script
This change allows to override the command line tool that is used to
start the dev container in the `tools/dev_container` script. The
Makefile for creating the dev container uses the `DOCKER` env var to
implement this, so this is used here as well.

Rationale: Googlers are advised to not install Docker
(go/dont-install-docker) and to use Podman instead.

If the `DOCKER` variable is unset, the script will try to use
Docker first and podman.

Change-Id: I33bc8e4af632fa982406e838e762572407ccdc22
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3259939
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Christian Blichmann <cblichmann@google.com>
2021-11-05 08:40:43 +00:00
..
chromeos Deprecate old dev tooling scripts 2021-11-02 22:23:03 +00:00
contrib Add base crate to cargo_refactor 2021-10-28 21:04:59 +00:00
impl crosvm: Do not use .cargo/config.toml 2021-10-30 00:16:33 +00:00
aarch64vm
clippy Uprev to rust 1.55.0 2021-10-19 19:12:52 +00:00
dev_container Add override for container tool in dev_container script 2021-11-05 08:40:43 +00:00
fmt Uprev to rust 1.55.0 2021-10-19 19:12:52 +00:00
install-aarch64-deps
install-armhf-deps
install-deps crosvm: Add python3-pip dependency. 2021-11-01 23:58:39 +00:00
presubmit
run_tests
set_test_target
x86vm