Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created April 6, 2017 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/e4c86e12844342cdd1dda246a755c2a7 to your computer and use it in GitHub Desktop.
Save marrobi/e4c86e12844342cdd1dda246a755c2a7 to your computer and use it in GitHub Desktop.
Windows Docker Artifact.json
{
"$schema": "https://raw.githubusercontent.com/Azure/azure-devtestlab/master/schemas/2016-11-28/dtlArtifacts.json",
"title": "Docker",
"description": "Installs Docker on Windows Server. Requires Windows Server 2016.",
"publisher": "Marcus Robinson",
"tags": [
"Windows",
"Docker"
],
"iconUri": "https://raw.githubusercontent.com/Azure/azure-devtestlab/master/Artifacts/windows-docker/docker-logo.png",
"targetOsType": "Windows",
"parameters": {},
"runCommand": {
"commandToExecute": "['powershell.exe -executionpolicy bypass -File InstallDocker.ps1']"
},
"postDeployActions": [
{
"action": "restart"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment