Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerItemGenerator ¶
type LocalDockerItem ¶
type LocalDockerItem struct{}
func NewLocalDockerItem ¶
func NewLocalDockerItem() *LocalDockerItem
type SSHDockerItem ¶
type SSHDockerItem struct { // DaemonURL ssh://<user>@<host> URL requires Docker 18.09 or later on the remote host. DaemonURL string }
func NewSSHDockerItem ¶
func NewSSHDockerItem(daemonURL string) *SSHDockerItem
NewSSHDockerItem daemonURL ssh://<user>@<host> URL requires Docker 18.09 or later on the remote host.
Click to show internal directories.
Click to hide internal directories.