mirror of
https://github.com/optim-enterprises-bv/meta-overc.git
synced 2026-01-12 19:05:07 +00:00
The cube-domE name is confusing, and we constantly have to explain what the "E" stands for. Also, as the design progressed, domE is not an essential part of the system .. it is optional. As such, it shouldn't be designated as a "domain". By dropping the domE and making it cube-desktop, we resolve both the confusion and the inconsistency. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
# In the domain that you'd like to create a lxc container, run the following.
|
|
# Note: we use --no-validate, since pgp is not currently available
|
|
|
|
% lxc-create -t download -n <name> -- --no-validate
|
|
|
|
# configure as required via:
|
|
|
|
% lxc-attach -n <name>
|
|
|
|
# to get the proper networking configuration, add the following to
|
|
# /var/lib/lxc/<name>/config
|
|
lxc.network.type = veth
|
|
lxc.network.link = br-ext
|