One of the 50 questions in this topic
How much do you know about Docker?Docker Engine is the core component of the Docker platform that creates and runs containers. It includes the Docker daemon (dockerd), a REST API to interact with the daemon, and a CLI (docker) as a user interface. It is the software that allows you to create and manage containers, images, volumes and networks.