Closed kbyyd24 closed 6 years ago
Unfortunately this functionality is not available in any released version, only in the master. You may try it out by publishing the project jar to maven local, using the task publishToMavenLocal. This will publish gradle-docker artifact into your local maven repo with the version 1.3-SNAPSHOT
I found that I can use
switchUser(String usernameOrId)
method inDockerTask
in readme. But I cannot find the method in the class.How can I use it?
My gradle is this: