diff options
Diffstat (limited to 'share/config/container.nspawn.in')
-rw-r--r-- | share/config/container.nspawn.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/share/config/container.nspawn.in b/share/config/container.nspawn.in new file mode 100644 index 0000000..322e2c9 --- /dev/null +++ b/share/config/container.nspawn.in @@ -0,0 +1,28 @@ +# container-tools: @NAME@ + +[start] +cnt.auto=@CNT_AUTO@ +cnt.container-server=@CNT_CONTAINER_SERVER@ +cnt.network-bridge=@CNT_NETWORK_BRIDGE@ +cnt.overlay=@CNT_OVERLAY@ +bind=@BIND@ +bind-ro=@BIND_RO@ +boot=@BOOT@ +capability=@CAPABILITY@ +directory=@DIRECTORY@ +drop-capability=@DROP_CAPABILITY@ +link-journal=@LINK_JOURNAL@ +machine=@MACHINE@ +network-veth-extra=@NETWORK_VETH_EXTRA@ +private-users=@PRIVATE_USERS@ +register=@REGISTER@ + +[limit] +BlockIODeviceWeight= +BlockIOReadBandwidth= +BlockIOWeight= +BlockIOWriteBandwidth= +CPUQuota= +CPUShares= +MemoryLimit= +TasksMax= |