1. Docker Introduce .1. Docker Platfrom: Docker provides the ability to package and run an application in a loosely isolated environment called a container. Develop your application and its supporting components using containers. .2. Docker Engine Docker Engine is a client-server application with these major components: A server which is a type of long-running program called a daemon process (the dockerd command). cerates and manages docker objects, eg: images, containers,