public interface DockerApiRegistryMXBean
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getHostContainerIds()
Returns the list of container names for the docker host containers that have a
Docker REST API
|
java.util.List<ContainerApiDTO> |
hostContainers()
Returns all the container names and URLs of the Docker REST APIs
|
java.util.List<java.lang.String> getHostContainerIds()
java.util.List<ContainerApiDTO> hostContainers()
Copyright © 2014 Red Hat. All Rights Reserved.