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
/
System
System
class
System
(
dockerClient
:
DockerClient
)
Members
Constructors
System
Link copied to clipboard
constructor
(
dockerClient
:
DockerClient
)
Functions
data
Usage
Link copied to clipboard
suspend
fun
dataUsage
(
)
:
Result
<
SystemDataUsageResponse
,
ErrorResponse
>
Get data usage information
events
Link copied to clipboard
fun
events
(
since
:
String
?
=
null
,
until
:
String
?
=
null
,
filters
:
Map
<
String
,
List
<
String
>
>
?
=
null
)
:
Flow
<
EventMessage
>
Monitor events
get
Info
Link copied to clipboard
suspend
fun
getInfo
(
)
:
Result
<
SystemInfo
,
ErrorResponse
>
Get system information
get
Version
Link copied to clipboard
suspend
fun
getVersion
(
)
:
Result
<
SystemVersion
,
ErrorResponse
>
Get version
ping
Link copied to clipboard
suspend
fun
ping
(
)
:
Result
<
Unit
,
ErrorResponse
>
Ping