Docker Installer task
Azure DevOps Services | Azure DevOps Server 2020 | Azure DevOps Server 2019
Use this task to install a specific version of the Docker CLI on the agent machine.
Task Inputs
Parameters | Description |
---|---|
dockerVersion Docker Version | (Required) Specify the version of Docker CLI to install. Default value: 17.09.0-ce |
releaseType Release type | (Optional) Select the release type to install. 'Nightly' is not supported on Windows. Default value: stable |
This YAML example installs the Docker CLI on the agent machine:
- task: DockerInstaller@0
displayName: Docker Installer
inputs:
dockerVersion: 17.09.0-ce
releaseType: stable
Open source
This task is open source on GitHub. Feedback and contributions are welcome.
Feedback
Submit and view feedback for