dockerrx

package
v0.8.36 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MySQL added in v0.8.34

type MySQL struct {
	Version  string
	Name     string
	Image    string
	User     string
	Password string
	Port     string
}

MySQL docker recipe

func (*MySQL) ComposeV3 added in v0.8.35

func (m *MySQL) ComposeV3() (*typdocker.Recipe, error)

ComposeV3 to return the recipe

type MySQLWithEnv added in v0.8.34

type MySQLWithEnv struct {
	Version     string
	Name        string
	Image       string
	UserEnv     string
	PasswordEnv string
	PortEnv     string
}

MySQLWithEnv same with MySQL but with env parameter

func (*MySQLWithEnv) ComposeV3 added in v0.8.35

func (m *MySQLWithEnv) ComposeV3() (*typdocker.Recipe, error)

ComposeV3 for docker-compose

type Postgres

type Postgres struct {
	Version  string
	Name     string
	Image    string
	User     string
	Password string
	Port     string
}

Postgres docker recipe

func (*Postgres) ComposeV3 added in v0.8.35

func (p *Postgres) ComposeV3() (*typdocker.Recipe, error)

ComposeV3 to return the recipe

type PostgresWithEnv added in v0.8.33

type PostgresWithEnv struct {
	Version     string
	Name        string
	Image       string
	UserEnv     string
	PasswordEnv string
	PortEnv     string
}

PostgresWithEnv same with postgres with env parameter

func (*PostgresWithEnv) ComposeV3 added in v0.8.35

func (p *PostgresWithEnv) ComposeV3() (*typdocker.Recipe, error)

ComposeV3 for docker-compose

type Redis

type Redis struct {
	Version  string
	Name     string
	Image    string
	Password string
	Port     string
}

Redis docker recipe

func (*Redis) ComposeV3 added in v0.8.35

func (r *Redis) ComposeV3() (*typdocker.Recipe, error)

ComposeV3 to return redis recipe

type RedisWithEnv added in v0.8.33

type RedisWithEnv struct {
	Version     string
	Name        string
	Image       string
	PasswordEnv string
	PortEnv     string
}

RedisWithEnv same with redis with env parameter

func (*RedisWithEnv) ComposeV3 added in v0.8.35

func (r *RedisWithEnv) ComposeV3() (*typdocker.Recipe, error)

ComposeV3 for docker-compose

Jump to

Keyboard shortcuts

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