public interface DockerHostDriver
extends brooklyn.entity.basic.SoftwareProcessDriver
driver for Docker.| Modifier and Type | Method and Description |
|---|---|
String |
buildImage(String dockerFile,
String name)
Build a Docker image from the given Dockerfile.
|
void |
configureSecurityGroups() |
String |
deployArchive(String url) |
Integer |
getDockerPort() |
String |
layerSshableImageOn(String name,
String tag)
Build an SSHable Docker image that is based from an image with the given name.
|
Integer getDockerPort()
String buildImage(String dockerFile, String name)
Copies the Dockerfile to the host in the name folder, and
uses brooklyn/name for the repository. The returned ID is
required to start a container using the jclouds API.
DockerHost.createSshableImage(String, String)String layerSshableImageOn(String name, String tag)
name - e.g. tomcat:8.0void configureSecurityGroups()
Copyright © 2015. All rights reserved.