|
|
|
|
|
by DannoHung
4731 days ago
|
|
Docker combines LXC along with a few other isolation and security technologies. What the Docker maintainers are also doing is setting up a system for distributing LXC based images. Beyond this, since Docker works with these union file systems, it also lets you build on top of other images. Eventually, there may be some way to merge images together, though I imagine that will always be a little harry compared to a simple stack up. Documentation is more than a little sparse right now, unfortunately. It took me a few days to figure out how all the pieces work together. |
|