combust-labs / firebuild

Convenience of containers, security of virtual machines
https://combust-labs.github.io/firebuild-docs/
GNU Affero General Public License v3.0
97 stars 7 forks source link

Implement profiles #24

Closed radekg closed 3 years ago

radekg commented 3 years ago

Implement profiles. A profile should contain the following settings:

All commands should use the settings from the profile, if the profile is given. The flag will be --profile=profile-name. Add support for --profile-config-dir setting which overrides the default /etc/firebuild/profiles directory.

Add tool command to create a profile and list existing profiles.