Documentation
¶
Index ¶
Constants ¶
View Source
const TiyoTemplate string = `` /* 555-byte string literal not displayed */
Template string for creating docker containers
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker struct { // Config object containing details of docker repo settings Config *config.Config // Docker client Client *client.Client }
Docker client configuration Create docker images for use within TIYO
func NewDockerEngine ¶
NewDockerEngine : Create a new docker engine
func (*Docker) ContainerExists ¶
ContainerExists : if pod does not exist, has it previously been built? e.g. curl https://registry.hub.docker.com/v1/repositories/choclab/[NAME]/tags
type ErrorMessage ¶
type ErrorMessage struct { // The message retrieved from docker client Error string }
ErrorMessage : struct for unpacking errors from the docker client
Click to show internal directories.
Click to hide internal directories.