Question Bank

1085 approved questions from the community

Docker containers require computing resources to run.

EASY
TRUE FALSE
20s
Docker
by Mohamed

What does the None network driver do in Docker?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

Docker images are mutable and can be modified at runtime.

EASY
TRUE FALSE
20s
Docker
by Mohamed

Which Docker component comprises the docker daemon, an API interface, and Docker CLI?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What is Docker Compose?

EASY
SINGLE CHOICE
30s
Docker
by Mohamed

What file format does Docker Compose use to define applications?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What command is used to start all containers defined in a docker-compose.yml file?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What command is used to stop and remove all containers defined in a docker-compose.yml file?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What is the Docker daemon called?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What is the primary way that Docker users interact with Docker?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What does the COPY instruction in a Dockerfile do?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What does the RUN instruction in a Dockerfile do?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

What happens to container filesystem data when you run `docker restart`?

EASY
SINGLE CHOICE
30s
Docker
by Mohamed

What does Docker use to communicate between the client and daemon?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

You can connect to running Docker containers and execute commands inside them.

EASY
TRUE FALSE
20s
Docker
by Mohamed

You can connect to Docker images and execute commands inside them.

EASY
TRUE FALSE
20s
Docker
by Mohamed

You need to write a script in a Dockerfile to create a Docker image.

EASY
TRUE FALSE
20s
Docker
by Mohamed

What is the Bridge network driver in Docker primarily used for?

EASY
SINGLE CHOICE
30s
Docker
by Mohamed

The Docker daemon runs continuously as a dockerd systemd service.

EASY
TRUE FALSE
20s
Docker
by Mohamed

Docker Compose supports scaling services to run multiple instances easily.

EASY
TRUE FALSE
20s
Docker
by Mohamed
PreviousPage 27 of 55Next