Documentation ¶
Overview ¶
Package windowscontainerutil implements the the install and uninstall steps for windows for the configurecontainers plugin.
Index ¶
Constants ¶
View Source
const (
DOCKER_DOWNLOAD_URL = "https://download.docker.com/win/static/stable/x86_64/docker-27.3.1.zip"
)
Variables ¶
View Source
var ( PROGRAM_FILES_DIRECTORY = os.Getenv("ProgramFiles") DOCKER_INSTALLED_DIRECTORY = PROGRAM_FILES_DIRECTORY + "\\docker" PROGRAM_DATA_DIRECTORY = os.Getenv("ProgramData") )
Functions ¶
func RunInstallCommands ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.