I have a script from a classic ubuntu environment
that wants to be able to create lxc containers
on the fly.  I tried running it on ubuntu core on the pi3,
in the classic environment, but it failed:

(classic)user@localhost:~$ sudo apt install lxc
...
(classic)user@localhost:~$ sudo lxc-create -n foo -t download
lxc-create: utils.c: get_template_path: 1394 No such file or directory
- bad template: download
(classic)user@localhost:~$ sudo apt install lxc-templates
(classic)user@localhost:~$ sudo lxc-create -n foo -t download
lxc-create: lxccontainer.c: create_run_template: 1290 container
creation template for foo failed

I guess I can live without isolating my jobs in lxc
when running on pi for now, but this seems like a fidelity problem in
the classic environment.

-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft

Reply via email to