0 votes
in Gradle by
Which Gradle plugin is used to build and run Docker images?

a) docker

b) java

c) application

d) groovy

1 Answer

0 votes
by

Answer: a) docker

Explanation: The docker plugin is used to build and run Docker images for a Gradle project. It provides tasks for building and pushing Docker images to a registry.

...