public class DBInitTask
Task to run dbinit on a running container.
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getContainerId()
The ID or name of container used to perform operation. The container for the provided ID has to be created first.
public void runRemoteCommand()
Executes the remote Docker command.