DOCKER ONLINE TRAINING.
Docker is a container management service. The keywords of
Docker are develop, ship and run anywhere. The whole idea of Docker is for
developers to easily develop applications, ship them into containers which can
then be deployed anywhere.
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. is using Virtual Box internally, but there are plans to integrate this functionality into docker itself, using the native virtualisation features of the operating system. On Linux systems docker run natively on the host itself.
No comments:
Post a Comment