
If ``src`` directory does not exist on first time use then it will be populated Define mounts if > /container/mounts/add name=etc src=disk1/etc > /container/mounts/add name=opt src=disk1/opt dst=/opt Create environment variables for container if > /container/envs/add list=foo name=SECRET > /container/envs/add list=foo name=FOO value=barĦ. Create container from image > /container/add file=my-container.tar interface=veth1 envlist=foo root-dir=disk1/foo mounts=etc,opt With whatever container have in ``dst`` location.ħ. Use ``logging=yes`` to see container output in log with tagsĨ. Make sure container has been added and status is > container/printĩ.


Which are actually all the values that I have set it to once before.

