Documentation
¶
Index ¶
- func BindMounts(config *DevConfig, dir string) ([]string, error)
- func ContainerName(dir string) string
- func FindRoot(dir string) (string, error)
- type DevClient
- func (d *DevClient) ContainerExists(containerName string) (bool, error)
- func (d *DevClient) Delete(containerName string) error
- func (d *DevClient) Exec(containerName string) error
- func (d *DevClient) Pull(config *DevConfig) error
- func (d *DevClient) Run(config *DevConfig, containerName string, binds []string) error
- type DevConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindMounts ¶
compute the bind mounts that we'll need for a container.
func ContainerName ¶
Types ¶
type DevClient ¶
type DevClient struct {
// contains filtered or unexported fields
}
func (*DevClient) ContainerExists ¶
Click to show internal directories.
Click to hide internal directories.