Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command |
Modifier and Type | Method and Description |
---|---|
UpdateServiceCmd |
DockerClient.updateServiceCmd(java.lang.String serviceId,
ServiceSpec serviceSpec)
Command to update a service specification
|
Modifier and Type | Method and Description |
---|---|
UpdateServiceCmd |
UpdateServiceCmd.withServiceId(java.lang.String serviceId) |
UpdateServiceCmd |
UpdateServiceCmd.withServiceSpec(ServiceSpec serviceSpec) |
UpdateServiceCmd |
UpdateServiceCmd.withVersion(java.lang.Long version) |
Copyright © 2020. All Rights Reserved.