User Tools

Site Tools


docker:docker_vs_lxc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docker:docker_vs_lxc [2020/12/15 11:47] – created peterdocker:docker_vs_lxc [2020/12/15 11:51] (current) peter
Line 6: Line 6:
  
 LXC containers are not just an application instance.  LXC containers provide an isolated OS instance on which you can install one or more applications unlike a Docker instance which is for a single packaged installation. LXC containers are not just an application instance.  LXC containers provide an isolated OS instance on which you can install one or more applications unlike a Docker instance which is for a single packaged installation.
 +
 +Docker aims at running a single application in an isolated, self-contained environment.  These are generally referred to as **Application Containers**, rather than **System Containers**.
  
 Docker does not include a separate operating system and piggy backs off the system it runs on.  Docker therefore needs to also run preloaded emulation software so there is overhead.  In LXC there is no preloaded emulation manager software so it runs with no added overhead; and this is why LXC is faster than docker. Docker does not include a separate operating system and piggy backs off the system it runs on.  Docker therefore needs to also run preloaded emulation software so there is overhead.  In LXC there is no preloaded emulation manager software so it runs with no added overhead; and this is why LXC is faster than docker.
docker/docker_vs_lxc.1608032876.txt.gz · Last modified: 2020/12/15 11:47 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki