Documentation ¶
Index ¶
- func Deploy(path, name, wsId string, prompt bool) error
- func Init(path string, airflowImageTag string) error
- func Kill(airflowHome string) error
- func Logs(airflowHome string, webserver, scheduler, follow bool) error
- func PS(airflowHome string) error
- func Run(airflowHome string, args []string) error
- func Start(airflowHome string, envFile string) error
- func Stop(airflowHome string) error
- type ComposeConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶ added in v0.9.1
Run creates using docker exec inspired from https://github.com/docker/cli/tree/master/cli/command/container
Types ¶
type ComposeConfig ¶
type ComposeConfig struct { PostgresUser string PostgresPassword string PostgresHost string PostgresPort string AirflowEnvFile string AirflowImage string AirflowHome string AirflowUser string AirflowWebserverPort string MountLabel string }
ComposeConfig is input data to docker compose yaml template
Click to show internal directories.
Click to hide internal directories.