vpsfreecz / vpsadminos

Host for Linux system containers based on NixOS, ZFS and LXC
https://vpsadminos.org
MIT License
155 stars 26 forks source link

Default configuration of new containers #28

Open aither64 opened 4 years ago

aither64 commented 4 years ago

Ever since containers are created only from images which contain empty configs, default configuration from osctld is not applied, i.e. mainly process limits (nofile). We need to either ensure that images contain the default values, or somehow mark the image as a template and that osctld should add its recommended configuration. I'm inclined towards the latter as there can be multiple image sources and things as nofile should be universal.