Orchestration of lxc/ldxd containers

0

In Docker you have a docker compose tool, with which you can set up an architecture and spin it up. Is there something likewise for lxd/lxc ?

Willem

Posted 2016-11-03T09:20:28.273

Reputation: 379

Answers

0

The people of Canonical provide Juju, which is kind-of what I am looking for. See if you can render an lxc-cloud via Juju, in which every lxc container is a Docker server.

You can start Docker in an lxc container with a command along the lines of:

lxc launch -p docker -p default images:ubuntu u1

I'm not sure where to go from here (yet).

Willem

Posted 2016-11-03T09:20:28.273

Reputation: 379