mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: Mention minimum Linux-libre version for containers.
* doc/guix.texi ("invoking guix environment", "invoking guix system"): Mention Linux-libre requirements for container features.
This commit is contained in:
parent
6d6e628119
commit
0f252e266a
1 changed files with 8 additions and 0 deletions
|
@ -4725,6 +4725,10 @@ working directory are mounted:
|
||||||
guix environment --ad-hoc --container guile -- guile
|
guix environment --ad-hoc --container guile -- guile
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@quotation Note
|
||||||
|
The @code{--container} option requires Linux-libre 3.10 or newer.
|
||||||
|
@end quotation
|
||||||
|
|
||||||
The available options are summarized below.
|
The available options are summarized below.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
@ -7370,6 +7374,10 @@ guix system container my-config.scm \
|
||||||
--expose=$HOME --share=$HOME/tmp=/exchange
|
--expose=$HOME --share=$HOME/tmp=/exchange
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@quotation Note
|
||||||
|
This option requires Linux-libre 3.10 or newer.
|
||||||
|
@end quotation
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@var{options} can contain any of the common build options provided by
|
@var{options} can contain any of the common build options provided by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue