Docker interview questions and answers are provided covering topics such as:
- Docker architecture uses a client-server model with the Docker client sending commands to the Docker daemon.
- Docker images are templates used to create and run containers, which are isolated runtime instances of images that share resources on the host operating system.
- Dockerfiles are text files containing build instructions to automate image creation, and images can be pulled from or pushed to Docker Hub, a public registry for images.