mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
doc: Fix typo in container example.
* doc/guix.texi (Invoking `guix environment'): Fix sll -> ssl typo.
This commit is contained in:
parent
60131df02b
commit
caf90167fb
1 changed files with 1 additions and 1 deletions
|
@ -4798,7 +4798,7 @@ The @code{--container} option requires Linux-libre 3.19 or newer.
|
|||
Another typical use case for containers is to run security-sensitive
|
||||
applications such as a web browser. To run Eolie, we must expose and
|
||||
share some files and directories; we include @code{nss-certs} and expose
|
||||
@file{/etc/sll/certs/} for HTTPS authentication; finally we preserve the
|
||||
@file{/etc/ssl/certs/} for HTTPS authentication; finally we preserve the
|
||||
the @code{DISPLAY} environment variable since containerized graphical
|
||||
applications won't display without it.
|
||||
|
||||
|
|
Loading…
Reference in a new issue