Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerClient ¶
type DockerClient struct {
FileExtension string
}
func NewDockerClient ¶
func NewDockerClient() *DockerClient
func (DockerClient) BackupDockerVolume ¶
func (c DockerClient) BackupDockerVolume(details domain.RunDetails, config domain.ContainerDocker) error
This will return the location of the new file on disk if it was successful
func (DockerClient) GetValidFileName ¶
func (c DockerClient) GetValidFileName(config domain.ConfigContainerTar, directory string) (string, error)
This will update the filename if one already exists with a number appended
Click to show internal directories.
Click to hide internal directories.