Hello Carla!

On Sat, Mar 25, 2017 at 10:51 AM, Carla Sella <carla.se...@gmail.com> wrote:
> Hi,
>  I wanted to test on Zesty, but sudo lxc launch ubuntu:zesty gives me this
> output:
>
> Creating accurate-satyr
> error: Couldn't find the requested image
>
> I have already launched Yakkety and Xenail machines without problems.
> How come ?
> Thanks.

That's a detail I forgot. lxc has remotes, they have the container
images that you launch. So when you say ubuntu:xenial, it means that
it will launch the xenial image from the ubuntu remote. You can see
the remotes you have configured with:

$ lxc remote list

The zesty image is not in the ubuntu remote, so the right command is:

$ sudo lxc launch ubuntu-daily:zesty

Sorry about that, and thanks for catching it!

Another detail I missed is that if you want to run a snap inside a lxc
container, you have to install squashfuse in there first:

$ sudo apt install squashfuse

pura vida

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality

Reply via email to