Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.api
Package-level
declarations
Types
Functions
Properties
Types
Containers
Link copied to clipboard
class
Containers
(
dockerClient
:
DockerClient
)
Exec
Link copied to clipboard
class
Exec
(
dockerClient
:
DockerClient
)
Images
Link copied to clipboard
class
Images
(
dockerClient
:
DockerClient
)
Networks
Link copied to clipboard
class
Networks
(
dockerClient
:
DockerClient
)
System
Link copied to clipboard
class
System
(
dockerClient
:
DockerClient
)
Volumes
Link copied to clipboard
class
Volumes
(
dockerClient
:
DockerClient
)
Properties
AUTH_
HEADER
Link copied to clipboard
const
val
AUTH_HEADER
:
String
containers
Link copied to clipboard
val
DockerClient
.
containers
:
Containers
DEFAULT_
SERVER_
ADDRESS
Link copied to clipboard
const
val
DEFAULT_SERVER_ADDRESS
:
String
exec
Link copied to clipboard
val
DockerClient
.
exec
:
Exec
images
Link copied to clipboard
val
DockerClient
.
images
:
Images
networks
Link copied to clipboard
val
DockerClient
.
networks
:
Networks
system
Link copied to clipboard
val
DockerClient
.
system
:
System
volumes
Link copied to clipboard
val
DockerClient
.
volumes
:
Volumes
Functions
auth
Link copied to clipboard
suspend
fun
DockerClient
.
auth
(
authConfig
:
AuthConfig
)
:
Result
<
SystemAuthResponse
,
ErrorResponse
>
Check auth configuration
resolve
Server
For
Registry
Link copied to clipboard
fun
resolveServerForRegistry
(
registry
:
String
)
:
List
<
String
>
Resolve server address for registry.