mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
While working on other tests I noticed that environment.Execution cannot be used for anything but the pre-configured daemon, however this can come in handy for being able share daemons across multiple tests that currently spin up a new daemon. The execution env also seems to be misused in some of these cases. Signed-off-by: Brian Goff <cpuguy83@gmail.com>