public class DockerMachineClient extends Object
| Constructor and Description |
|---|
DockerMachineClient() |
| Modifier and Type | Method and Description |
|---|---|
DockerClient |
connect(String machine) |
void |
createMachine(String machine) |
void |
createMachineIfNecessary(String machine) |
boolean |
isMachineCreated(String machine) |
boolean |
isMachineRunning(String machine) |
void |
setupMachineIfNecessary(String machine) |
void |
startDockerMachineIfNecessary(String machine) |
void |
startMachine(String machine) |
public void createMachineIfNecessary(String machine) throws Exception
Exceptionpublic void startDockerMachineIfNecessary(String machine) throws Exception
Exceptionpublic void setupMachineIfNecessary(String machine) throws Exception
Exceptionpublic DockerClient connect(String machine) throws Exception
ExceptionCopyright © 2016. All rights reserved.