]> git.proxmox.com Git - pve-docs.git/commitdiff
fix continuations
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 07:56:51 +0000 (09:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 07:56:51 +0000 (09:56 +0200)
pve-faq.adoc

index d3f2c84e144e6b63b22389460d1fd9a9a994a130..bcb6160c5fa3f992d193b6b64a9738953d9a4bbd 100644 (file)
@@ -90,19 +90,22 @@ LXC vs LXD vs Docker::
 
 LXC is a userspace interface for the Linux kernel containment
 features. Through a powerful API and simple tools, it lets Linux users easily
 
 LXC is a userspace interface for the Linux kernel containment
 features. Through a powerful API and simple tools, it lets Linux users easily
-create and manage system containers. +
+create and manage system containers.
++
 LXD is building on top of LXC to provide a new, better user experience. Under
 the hood, LXD uses LXC through liblxc and its Go binding to create and manage
 the containers. It's basically an alternative to LXC's tools and distribution
 template system with the added features that come from being controllable over
 LXD is building on top of LXC to provide a new, better user experience. Under
 the hood, LXD uses LXC through liblxc and its Go binding to create and manage
 the containers. It's basically an alternative to LXC's tools and distribution
 template system with the added features that come from being controllable over
-the network. +
+the network.
++
 LXC, as well as the former OpenVZ, aims at *system virtualization*, ie
 allows you to run a complete OS inside a container, where you log in as ssh,
 add users, run apache, etc...
 LXC, as well as the former OpenVZ, aims at *system virtualization*, ie
 allows you to run a complete OS inside a container, where you log in as ssh,
 add users, run apache, etc...
++
 Docker aims at running a *single* application running in a contained
 environment. Hence you're managing a docker instance from the host with the
 docker toolkit.
 Docker aims at running a *single* application running in a contained
 environment. Hence you're managing a docker instance from the host with the
 docker toolkit.
-
++
 NOTE: Proxmox VE aims at system virtualization, and thus uses LXC as the basis
 of its own container offer. You can however perfectly install and use docker
 inside a VM, and thus getting the benefit of software containerization
 NOTE: Proxmox VE aims at system virtualization, and thus uses LXC as the basis
 of its own container offer. You can however perfectly install and use docker
 inside a VM, and thus getting the benefit of software containerization