open class RunSpec : DockerDefaultSpec
<init> |
RunSpec(environment: EnvironmentExtension) |
cleanup |
var cleanup: Boolean |
detached |
var detached: Boolean |
image |
var image: String |
indicator |
var indicator: Boolean |
name |
var name: String? |
operation |
val operation: String |
ports |
var ports: Map<String, String> |
volumes |
var volumes: Map<String, String> |
operation |
fun operation(textProvider: () -> 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 |
DaemonSpec |
class DaemonSpec : RunSpec |