Documentation
¶
Index ¶
- func DockerComposeOutput(cfg *config.Config, projectRoot string, composeArgs ...string) ([]byte, error)
- func DockerOutput(cfg *config.Config, dockerArgs ...string) ([]byte, error)
- func RunDockerCompose(cfg *config.Config, projectRoot string, tty bool, composeArgs ...string) error
- func RunDockerComposeClient(client *ssh.Client, cfg *config.Config, ...) error
- func RunDockerComposeInteractive(cfg *config.Config, projectRoot string, composeArgs ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerComposeOutput ¶ added in v1.1.5
func DockerComposeOutput(cfg *config.Config, projectRoot string, composeArgs ...string) ([]byte, error)
DockerComposeOutput runs docker compose on the remote host and returns stdout.
func DockerOutput ¶ added in v1.1.5
DockerOutput runs docker on the remote host and returns stdout.
func RunDockerCompose ¶
func RunDockerCompose(cfg *config.Config, projectRoot string, tty bool, composeArgs ...string) error
RunDockerCompose runs `docker compose` in cfg.RemotePath on the remote host.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.