__lxc_container: updated todo.txt about type splitting
Because it will get a mess when adding every option to __lxc_container ..
This commit is contained in:
parent
2b97e08ff2
commit
6da0f9e0c5
1 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# List of all featues that should be implemented
|
||||
template:
|
||||
template (common parameters):
|
||||
- type: a.E. debian, ubuntu -> what on change?
|
||||
- possible root_password?
|
||||
- possible packages?
|
||||
|
@ -7,10 +7,27 @@ template:
|
|||
auto.. (lxc autostart):
|
||||
- group
|
||||
- start
|
||||
handling networking?
|
||||
- address
|
||||
- bridge? (at default file?)
|
||||
|
||||
config:
|
||||
- remove whole sections
|
||||
- keep prettier config files?
|
||||
- own type for config?
|
||||
does it conflict with the current one?
|
||||
own __lxc_default type?
|
||||
`lxc-config lxc.default_config`
|
||||
without lxcpath cause singleton?
|
||||
|
||||
Splitting up type? (all times the library question :-) )
|
||||
__lxc_container (umbrella; creating,cloning,destroying??)
|
||||
__lxc_container_config (single key-values)
|
||||
__lxc_container_state (only running,freezed,stopped??)
|
||||
__lxc_container_network
|
||||
__lxc_container_mount
|
||||
...
|
||||
All common library files (except explorer things sadly) could be kept under __lxc_container.
|
||||
|
||||
|
||||
if multi-valued object ids come to be a thing, following pattern is also used internal at lxc:
|
||||
|
|
Loading…
Reference in a new issue