0 votes
in Docker by

What is the purpose of a Docker registry?

A) To store Docker images

B) To store Docker containers

C) To manage Docker networks

D) To manage Docker volumes

1 Answer

0 votes
by

Solution:A

Explanation: A Docker registry is a centralized location for storing and sharing Docker images. It allows developers to easily distribute their applications to other users and systems.

...