Docker
Export PDF (0)
Flagged
Completed
Export PDF (0)
0%
Name the essential Docker commands and what they do.
Junior
Describe a Docker container’s lifecycle.
Junior
Explain the difference between a Docker image and a Docker container.
Junior
Explain the differences between containerization and virtualization.
Junior
Explain the main components of Docker architecture.
Junior
How can you share Docker images with others?
Junior
Name some advantages of using Docker.
Junior
Name some disadvantages of using Docker.
Junior
What is a container?
Junior
What is a Dockerfile, and how is it used in Docker?
Junior
What is a hypervisor?
Junior
What is containerization?
Junior
What is Docker?
Junior
Can you provide an example of a
docker-compose.yml
file?
Mid
Explain Docker's concept of a Dockerfile context.
Mid
Explain how Docker container logs can be managed and viewed.
Mid
Explain the concept of Docker image layers. How do they impact image size and build efficiency?
Mid
Explain the difference between Docker and Kubernetes.
Mid
Explain the difference between Docker's
CMD
and
ENTRYPOINT
instructions in a Dockerfile.
Mid
Explain the key concepts of Docker Swarm mode.
Mid
Explain the purpose of Docker health checks and how can they be configured in a Dockerfile?
Mid
How do you ensure security in Docker containers?
Mid
Name some best practices when creating a Dockerfile.
Mid
What are Docker labels?
Mid
What are Docker secrets and how can you use them?
Mid
What are Docker volumes?
Mid
What is container orchestration?
Mid
What is Docker Desktop, and how does it differ from Docker Engine?
Mid
What is Docker Hub?
Mid
What is Docker Swarm?
Mid
What is Docker's "attach" mode, and how does it allow you to interact with running containers?
Mid
What is Kubernetes?
Mid
What is the purpose of Docker Compose?
Mid
What is the purpose of the
COPY
instruction in a Dockerfile?
Mid
What is the purpose of the
EXPOSE
instruction in a Dockerfile, and how is it different from port mapping (using
-p
) when running containers?
Mid
Can you describe the difference between bridge and overlay networks?
Senior
Explain Docker's copy-on-write (CoW) file system.
Senior
Explain how Docker networking works.
Senior
Explain the concept of Docker image version pinning.
Senior
Explain the purpose of Dockerfile multistage builds.
Senior
How can you monitor Docker containers and troubleshoot issues?
Senior
How do you ensure high availability in a Docker Swarm cluster?
Senior
What are the advantages of using Docker containers in a microservices architecture?
Senior
What is a Docker Namespace?
Senior
What is Docker image layer caching?
Senior
What is the difference between docker volumes and bind mounts?
Senior