Currently, the local executor of hm does not support running docker, since it itself is running in Docker containers. We already have tests that exercise a path with a mounted docker, and that fails because we do not have support for running Docker.
We need to figure out a way to run Docker inside Docker so that we can remove #[ignore] across our codebase.
Currently, the local executor of
hmdoes not support running docker, since it itself is running in Docker containers. We already have tests that exercise a path with a mounted docker, and that fails because we do not have support for running Docker.We need to figure out a way to run Docker inside Docker so that we can remove
#[ignore]across our codebase.