LXer: What is a Docker container?
by LXer from LinuxQuestions.org on (#6PP6T)
Published at LXer:
ocker is a platform as a service product (PaaS) that uses OS-level virtualization and delivers encapsulated software in packages called containers. The software that hosts the container is called Docker Engine. Libraries, packages, and services isolate the containers from one another, but they can easily communicate over defined channels.
Read More...
ocker is a platform as a service product (PaaS) that uses OS-level virtualization and delivers encapsulated software in packages called containers. The software that hosts the container is called Docker Engine. Libraries, packages, and services isolate the containers from one another, but they can easily communicate over defined channels.
Read More...