Answer the question
In order to leave comments, you need to log in
How to implement container virtualization scheme?
I read a lot of mana on the docker, on lxc. The docker paradigm does not suit them, they say one application per container, self-sufficiency of containers (without ssh), etc. I would like less restrictions, but to solve a rather popular problem: quickly deploy pre-configured servers from images on any vds/vps/clouds.
I sat in paint for a while and thought, sketched out a diagram of what I want to get.
The question is - can this be implemented and automated, with what tools? On bare lxc, on docker? With vagrant? Preferably closer to bare-metal, I have a quirk about performance overhead.
In large size: https://hsto.org/files/4d4/75f/1b1/4d475f1b130b4e3...
Answer the question
In order to leave comments, you need to log in
deploy preconfigured servers
You can use LXD.
LXD is a container hypervisor based on LXC.
LXD automates the installation of containers using an image system similar to Docker.
Simply put, LXD is Docker for full OS virtualization.
More details here:
https://linuxcontainers.org/ru/lxd/introduction/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question