Learning Docker – Free eBook by Stack Overflow

Download
Download is available until [expire_date]
  • Version
  • Download 123
  • File Size 1.35 MB
  • File Count 1
  • Create Date March 17, 2023
  • Last Updated March 17, 2023

Docker is an open-source project that automates the deployment of applications inside software containers. These application containers are similar to lightweight virtual machines, as they can be run in isolation to each other and the running host.

Docker requires features present in recent Linux kernels to function properly, therefore on Mac OSX and Windows host a virtual machine running Linux is required for docker to operate properly. Currently the main method of installing and setting up this virtual machine is via Docker Toolbox
that is using VirtualBox internally, but there are plans to integrate this functionality into docker itself, using the native virtualization features of the operating system. On Linux systems docker run natively on the host itself.

Spread the word:

Leave a Reply