mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
nixos-manual: develop autoStart option for containers
This commit is contained in:
parent
099712f78d
commit
b8495e4a04
|
@ -24,7 +24,7 @@ containers.database =
|
|||
If you run <literal>nixos-rebuild switch</literal>, the container will
|
||||
be built. If the container was already running, it will be
|
||||
updated in place, without rebooting. Container can be configured to
|
||||
start automatically by setting <literal>autoStart = true</literal>
|
||||
start automatically by setting <literal>containers.database.autoStart = true</literal>
|
||||
in its configuration.</para>
|
||||
|
||||
<para>By default, declarative containers share the network namespace
|
||||
|
|
Loading…
Reference in a new issue