doc: 'guix environment --container' does not create '/env'.

* doc/guix.texi (Invoking guix environment): Remove outdated mention of
'/env' for '--container'.
This commit is contained in:
Ludovic Courtès 2015-12-07 00:22:27 +01:00
parent 1eca745b44
commit 56b6befb50
1 changed files with 1 additions and 1 deletions

View File

@ -4879,7 +4879,7 @@ Attempt to build for @var{system}---e.g., @code{i686-linux}.
@itemx -C
@cindex container
Run @var{command} within an isolated container. The current working
directory outside the container is mapped to @file{/env} inside the
directory outside the container is mapped inside the
container. Additionally, the spawned process runs as the current user
outside the container, but has root privileges in the context of the
container.