|
|
|
|
|
by McGlockenshire
4696 days ago
|
|
Docker is a way to bundle an application inside a filesystem and then run the application inside of an LXC container. Containers are an isolation mechanism. They aren't virtual machines. More of a distant cousin to chroot or a jail. The target audiences are developers and operations. It's a packaging/deployment tool. |
|