diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-10 00:55:42 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-10 00:55:42 +0200 |
commit | 7a05fdd0e1d5e5e26e94014d87bf85575bbec780 (patch) | |
tree | 6f68b8832b4465c9aeee734997c168840b7b1ee0 /doc/guix.texi | |
parent | 36175a3a9eb5bd4096de4e06e1f6b0e8cd895d84 (diff) | |
parent | 760d90cc6a5c0f9eb46ad18a30da5520fac2525e (diff) | |
download | guix-7a05fdd0e1d5e5e26e94014d87bf85575bbec780.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0b50482530..3e0788ed3a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4657,6 +4657,14 @@ While this will limit the leaking of user identity through home paths and each of the user fields, this is only one useful component of a broader privacy/anonymity solution---not one in and of itself. +@item --no-cwd +For containers, the default behavior is to share the current working +directory with the isolated container and immediately change to that +directory within the container. If this is undesirable, @code{--no-cwd} +will cause the current working directory to @emph{not} be automatically +shared and will change to the user's home directory within the container +instead. See also @code{--user}. + @item --expose=@var{source}[=@var{target}] For containers, expose the file system @var{source} from the host system as the read-only file system @var{target} within the container. If |