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:
parent
1eca745b44
commit
56b6befb50
|
@ -4879,7 +4879,7 @@ Attempt to build for @var{system}---e.g., @code{i686-linux}.
|
||||||
@itemx -C
|
@itemx -C
|
||||||
@cindex container
|
@cindex container
|
||||||
Run @var{command} within an isolated container. The current working
|
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
|
container. Additionally, the spawned process runs as the current user
|
||||||
outside the container, but has root privileges in the context of the
|
outside the container, but has root privileges in the context of the
|
||||||
container.
|
container.
|
||||||
|
|
Loading…
Reference in New Issue