dockerMan

package module
v0.0.0-...-4297e01 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2015 License: Apache-2.0, MIT Imports: 6 Imported by: 0

README

=== A Very Simple Docker Manager. The code is simplified and customized from Shipyard & Citadel

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Username string `json:"username,omitempty" gorethink:"username"`
	Password string `json:"password,omitempty" gorethink:"password"`
}

type Engine

type Engine struct {
	ID            string          `json:"id,omitempty" gorethink:"id,omitempty"`
	Engine        *cluster.Engine `json:"engine,omitempty" gorethink:"engine,omitempty"`
	DockerVersion string          `json:"docker_version,omitempty"`
}

func (*Engine) Ping

func (e *Engine) Ping() (int, error)

Directories

Path Synopsis
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL