Docker Containers
What is a Docker healthcheck and its options?
Docker Containers
What is the difference between a container being "running" and "healthy"?
Docker Containers
What is docker run --rm?
Docker Containers
What is the --mount=type=cache option in BuildKit?
Docker Containers
What does docker ps do?
Docker Containers
What is the difference between docker run -p and docker run -P?
Docker Containers
What does docker wait do?
Docker Containers
How does docker login work?
Docker Containers
What is an official image on Docker Hub?
Docker Containers
What is a verified publisher on Docker Hub?
Docker Containers
What is the default ulimit for open files in Docker containers?
Docker Containers
What is a scratch image?
Docker Containers
What is the difference between ENV and ARG in a Dockerfile?
Docker Containers
How do you use a private Docker registry?
Docker Containers
What is the Docker Engine architecture?
Docker Containers
What does docker diff do?
Docker Containers
What are cgroups and what do they do in Docker?
Docker Containers
What is the container lifecycle in Docker?
Docker Containers
What is the propagation mode in a bind mount?
Docker Containers
What is the difference between a bind mount and a named volume?
Docker Containers
How does docker compose up -d --build work?
Docker Containers
What do docker pull and docker push do?
Docker Containers
How do you manage Docker networks with the CLI?
Docker Containers
How does Docker build caching work?
Docker Containers
How do you remove an image?
Docker Containers
What is the OCI image format?
Docker Containers
What are Docker image layers?
Docker Containers
What is the Compose Spec?
Docker Containers
Why should you use minimal base images?
Docker Containers
What is docker image prune vs docker image prune -a?
Docker Containers
What is the bridge network in Docker?
Docker Containers
What is the difference between COPY and ADD in a Dockerfile?
Docker Containers
What is the WORKDIR inheritance in a Dockerfile?
Docker Containers
What is the difference between a Docker image and a Docker layer?
Docker Containers
What is the default storage driver for Docker on modern Linux?