diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-07 00:22:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-07 23:32:01 +0100 |
commit | 56b6befb5072977e1afa11c6d5940111d2d96682 (patch) | |
tree | 7fb40e8029946bd9f4b2b58483d4ff7f9a918c9f | |
parent | 1eca745b449c02d1763385fefd0294b6edfc841f (diff) | |
download | guix-56b6befb5072977e1afa11c6d5940111d2d96682.tar guix-56b6befb5072977e1afa11c6d5940111d2d96682.tar.gz |
doc: 'guix environment --container' does not create '/env'.
* doc/guix.texi (Invoking guix environment): Remove outdated mention of
'/env' for '--container'.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f7adfafe54..4c525a6476 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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. |