Tweak phrasing to be clearer *why* that's not what we want

This commit is contained in:
Chris Bednarski
2015-10-08 00:07:07 -07:00
parent c681ec1ba9
commit 4a1ae3cd4a

View File

@@ -17,7 +17,7 @@
// However, drivers that provide their own isolation should not use executors.
// For example, using an executor to start QEMU means that the QEMU call is
// run inside a chroot+cgroup, even though the VM already provides isolation for
// the task running inside it. That's not what we want.
// the task running inside it. This is an extraneous level of indirection
package executor
import (