public class DockerClient extends Object
docker CLI.| Constructor and Description |
|---|
DockerClient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDockerInstalled() |
String |
load(Blob imageTarballBlob)
Loads an image tarball into the Docker daemon.
|
public boolean isDockerInstalled()
true if Docker is installed on the user's system and accessible as dockerpublic String load(Blob imageTarballBlob) throws InterruptedException, IOException
dockerInterruptedExceptionIOExceptionCopyright © 2018. All rights reserved.