Day2 assignment

Components of Docker and its Brief SummaryDocker client and serverThe Docker client talks to the Docker daemon, which does the heavy lifting of building, running, and distributing your Docker containers. The Docker client and daemon can run on the same system, or you can connect a Docker client to a remote Docker daemon. Docker imageA Docker image is a file used to execute code in a Docker container. Docker images act as a set of instructions to build a Docker

Read more