Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateEtcHostsMount ¶
func GenerateEtcHostsMount(taskDir string, conf *drivers.NetworkIsolationSpec, extraHosts []string) (*drivers.MountConfig, error)
GenerateEtcHostsMount writes a /etc/hosts file using the network spec's hosts configuration, and returns a mount config so that task drivers can bind-mount it into the resulting task's filesystem. The extraHosts parameter is expected to be the same format as the extra_hosts field from the Docker or containerd drivers: []string{"<hostname>:<ip address>"}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.