class RunSpec : DockerDefaultSpec
<init> |
RunSpec() |
image |
var image: String |
indicator |
var indicator: Boolean |
operation |
var operation: () -> String |
ports |
var ports: Map<String, String> |
volumes |
var volumes: Map<String, String> |
operation |
fun operation(operation: () -> String): Unitfun operation(text: String): Unit |
port |
fun port(hostPort: Int, containerPort: Int): Unitfun port(hostPort: String, containerPort: String): Unitfun port(port: Int): Unit |
volume |
fun volume(localFile: File, containerPath: String): Unitfun volume(localPath: String, containerPath: String): Unit |