0 votes
in Docker by

What is the difference between a Docker container and a Docker service?

A) A container is a running instance of an image, while a service is a set of containers that perform a specific task.

B) A container is a virtualized environment for running an application, while a service is a tool for managing Docker images.

C) A container is a lightweight and efficient way to package and run an application, while a service is a more complex tool for deploying and managing applications.

D) A container and a service are the same thing.

1 Answer

0 votes
by

Solution:A

Explanation: A Docker container is a running instance of an image, while a Docker service is a set of containers that perform a specific task. Services are used to scale and distribute applications across multiple nodes in a Docker swarm.

Related questions

0 votes
asked Apr 23 in Docker by john ganales
0 votes
asked Apr 23 in Docker by john ganales
...