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.

Related questions

0 votes
asked Apr 1 in Gradle by rajeshsharma
0 votes
asked Oct 21, 2019 in Gradle by SakshiSharma
...