Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContainerBaseImage = "ubuntu:bionic" DockerfileName = "Dockerfile" VolumeHelperImage = "busybox" )
Variables ¶
View Source
var DockerSocketMount = []string{
"--mount", "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock",
"--user", "0",
}
View Source
var DummyCommand = []string{"true"}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.