diff --git a/README.md b/README.md index 03a43f3..87cc4cc 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ plugins { Create tasks that use containers: ```kotlin +import dev.codebandits.ContainerRunTask + tasks { register("sayHello") { dockerRun { @@ -49,6 +51,8 @@ tasks { Declare containers as task inputs and outputs: ```kotlin +import dev.codebandits.ContainerRunTask + tasks { register("buildContainer") { outputImages.dockerLocal("my-image:latest")