Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeDriverConfigError ¶
type VolumeDriverConfigError struct {
// contains filtered or unexported fields
}
func AddVolumeDriver ¶
func AddVolumeDriver(hostConfig *docker.HostConfig, container *api.Container, cluster string, taskArn string, taskDef string) (newConfig *docker.HostConfig, err *VolumeDriverConfigError)
AddVolumeDriver updates the docker container volume config, if the task belongs to the service registered to us. update HostConfig with "-v volumename:/data --volume-driver=ourDriver"
func (*VolumeDriverConfigError) Error ¶
func (err *VolumeDriverConfigError) Error() string
func (*VolumeDriverConfigError) ErrorName ¶
func (err *VolumeDriverConfigError) ErrorName() string
Click to show internal directories.
Click to hide internal directories.