7.1. Build in isolation

Typical command to build in isolated environment:

        anch do id zlib-1.2.11
anch do
the command for isolated build.
id, zlib-1.2.11
arguments of the build in the same format and with the same syntax as for any do.

The anch program shifts to isolated environment with chroot(1), and performs the next command. anch may launch not only the do command for direct build, but other commands from any set as well.

All conventions and rules for any do, addressed above, are applied to anch do as well.