| Package | Description |
|---|---|
| org.arquillian.cube.docker.impl.util |
| Modifier and Type | Method and Description |
|---|---|
Set<Machine> |
DockerMachine.list()
Executes docker-machine ls command
|
Set<Machine> |
DockerMachine.list(String cliPathExec)
Executes docker-machine ls command
|
Set<Machine> |
DockerMachine.list(String field,
String value)
Executes docker-machine ls --filter field=value command
|
Set<Machine> |
DockerMachine.list(String cliPathExec,
String field,
String value)
Executes docker-machine ls --filter field=value command
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.