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/components/engine/windows-server/cs-1.12/docker.zip" DOCKER_UNCOMPRESS_DIRECTORY = "C:\\Program Files" DOCKER_INSTALLED_DIRECTORY = DOCKER_UNCOMPRESS_DIRECTORY + "\\docker" )
Variables ¶
This section is empty.
Functions ¶
func RunInstallCommands ¶
func RunInstallCommands(log log.T, orchestrationDirectory string) (out contracts.PluginOutput)
func RunUninstallCommands ¶
func RunUninstallCommands(log log.T, orchestrationDirectory string) (out contracts.PluginOutput)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.