Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerConfigModel ¶
type DockerConfigModel struct { // Image // docker image to use Image string `json:"image"` // Volumes // in docker format: /path/on/host:/path/in/container Volumes []string `json:"volumes"` // IsAllowAccessToDockerInContainer // shares the docker socker & docker binary with the container IsAllowAccessToDockerInContainer bool `json:"allow_access_to_docker_in_container"` // AdditionalRunArguments // additional arguments for the `docker run .. ` command, // appended (!) after other arguments (e.g. volumes) AdditionalRunArguments []string `json:"additional_run_arguments"` }
DockerConfigModel ...
Click to show internal directories.
Click to hide internal directories.