Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
117,390
Downloads of v 99.0.0.0:
31,822
Last Update:
06 Dec 2018
Package Maintainer(s):
Software Author(s):
- Docker Inc.
Tags:
docker-for-windows docker-desktop docker admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

[Deprecated] Docker for Windows
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
117,390
Downloads of v 99.0.0.0:
31,822
Maintainer(s):
Software Author(s):
- Docker Inc.
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Requires newer OS.
To install [Deprecated] Docker for Windows, run the following command from the command line or from PowerShell:
To upgrade [Deprecated] Docker for Windows, run the following command from the command line or from PowerShell:
To uninstall [Deprecated] Docker for Windows, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download docker-for-windows --internalize --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade docker-for-windows -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade docker-for-windows -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure docker-for-windows installed
win_chocolatey:
name: docker-for-windows
state: present
version: 99.0.0.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'docker-for-windows' do
action :install
version '99.0.0.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: docker-for-windows,
Version: 99.0.0.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller docker-for-windows
{
Name = 'docker-for-windows'
Ensure = 'Present'
Version = '99.0.0.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'docker-for-windows':
provider => 'chocolatey',
ensure => '99.0.0.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install docker-for-windows version="99.0.0.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 06 Dec 2018.
This package is replaced by docker-desktop
following the official name change.
Write-Warning 'This package is superseeded by docker-desktop, you should install that package from now on.'
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
[Deprecated] Docker for Windows 99.0.0.0 | 31822 | Thursday, December 6, 2018 | Approved |
Docker CE for Windows 18.06.1.19508-edge | 1075 | Wednesday, August 29, 2018 | Approved |
Docker CE for Windows 18.06.1.19507 | 15153 | Wednesday, August 29, 2018 | Approved |
Docker CE for Windows 18.06.0.19101-edge | 412 | Friday, July 27, 2018 | Approved |
Docker CE for Windows 18.06.0.19098 | 5546 | Thursday, July 26, 2018 | Approved |
Docker CE for Windows 18.06.0.19075 | 829 | Wednesday, July 25, 2018 | Approved |
Docker CE for Windows 18.06.0.19070-edge | 138 | Wednesday, July 25, 2018 | Approved |
Docker CE for Windows 18.06.0.18994-edge | 222 | Thursday, July 19, 2018 | Approved |
Docker CE for Windows 18.05.0.18263-edge | 534 | Thursday, June 7, 2018 | Approved |
Docker CE for Windows 18.05.0.17760-edge | 324 | Wednesday, May 16, 2018 | Approved |
Docker CE for Windows 18.05.0.17439-edge | 374 | Thursday, April 26, 2018 | Approved |
Docker CE for Windows 18.04.0.17151-edge | 297 | Thursday, April 12, 2018 | Approved |
Docker CE for Windows 18.04.0.17070-edge | 219 | Monday, April 9, 2018 | Approved |
Docker CE for Windows 18.03.1.17513 | 9797 | Monday, April 30, 2018 | Approved |
Docker CE for Windows 18.03.1.17438 | 896 | Thursday, April 26, 2018 | Approved |
Docker CE for Windows 18.03.0.16762 | 3744 | Monday, March 26, 2018 | Approved |
Docker CE for Windows 18.03.0.16761-edge | 201 | Monday, March 26, 2018 | Approved |
Docker CE for Windows 18.03.0.16511-edge | 316 | Thursday, March 15, 2018 | Approved |
Docker CE for Windows 18.03.0.16433-edge | 255 | Tuesday, March 13, 2018 | Approved |
Docker CE for Windows 18.03.0.16164-edge | 329 | Tuesday, February 27, 2018 | Approved |
Docker CE for Windows 18.02.0.15732-edge | 358 | Thursday, February 8, 2018 | Approved |
Docker CE for Windows 18.02.0.15631-edge | 302 | Friday, February 2, 2018 | Approved |
Docker CE for Windows 18.02.0.15489-edge | 310 | Friday, January 26, 2018 | Approved |
Docker CE for Windows 18.01.0.15285-edge | 280 | Friday, January 19, 2018 | Approved |
Docker CE for Windows 17.12.0.15139 | 6305 | Friday, January 12, 2018 | Approved |
Docker CE for Windows 17.12.0.15048 | 804 | Tuesday, January 9, 2018 | Approved |
Docker CE for Windows 17.12.0.15017-edge | 288 | Friday, January 5, 2018 | Approved |
Docker CE for Windows 17.12.0.14896-edge | 318 | Thursday, December 21, 2017 | Approved |
Docker CE for Windows 17.12.0.14802-edge | 259 | Friday, December 15, 2017 | Approved |
Docker CE for Windows 17.12.0.14746-edge | 259 | Wednesday, December 13, 2017 | Approved |
Docker CE for Windows 17.11.0.14328-edge | 261 | Tuesday, December 12, 2017 | Approved |
Docker CE for Windows 17.11.0.14052-edge | 370 | Thursday, November 16, 2017 | Approved |
Docker CE for Windows 17.11.0.13978-edge | 312 | Friday, November 3, 2017 | Approved |
Docker CE for Windows 17.10.0.13788-edge | 330 | Tuesday, October 24, 2017 | Approved |
Docker CE for Windows 17.09.1.14687 | 2644 | Tuesday, December 12, 2017 | Approved |
Docker CE for Windows 17.09.0.13622-edge | 352 | Friday, October 6, 2017 | Approved |
Docker CE for Windows 17.09.0.13620 | 3866 | Friday, October 6, 2017 | Approved |
Docker CE for Windows 17.09.0.13529 | 839 | Monday, October 2, 2017 | Approved |
Docker CE for Windows 17.09.0.13514-edge | 303 | Friday, September 29, 2017 | Approved |
Docker CE for Windows 17.09.0.13392-edge | 297 | Friday, September 22, 2017 | Approved |
Docker CE for Windows 17.09.0.13333-edge | 250 | Tuesday, September 19, 2017 | Approved |
Docker CE for Windows 17.09.0.13221-edge | 357 | Thursday, September 7, 2017 | Approved |
Docker CE for Windows 17.07.0.13125-edge | 300 | Friday, September 1, 2017 | Approved |
Docker CE for Windows 17.07.0.13059-edge | 322 | Thursday, August 24, 2017 | Approved |
Docker CE for Windows 17.07.0.13024-edge | 313 | Monday, August 21, 2017 | Approved |
Docker CE for Windows 17.07.0.12979-edge | 332 | Saturday, August 12, 2017 | Approved |
Docker CE for Windows 17.06.2.1319402 | 1780 | Friday, September 8, 2017 | Approved |
Docker CE for Windows 17.06.2.1319401 | 377 | Thursday, September 7, 2017 | Approved |
Docker CE for Windows 17.06.2.13194 | 570 | Wednesday, September 6, 2017 | Approved |
Docker CE for Windows 17.06.1.13025 | 1209 | Tuesday, August 22, 2017 | Approved |
Docker for Windows (Edge) 17.06.1.12818-edge | 433 | Monday, July 24, 2017 | Approved |
Docker for Windows (Stable) 17.6.0.12801 | 1901 | Monday, July 17, 2017 | Approved |
Docker for Windows (Stable) 17.6.0.12627 | 1286 | Friday, June 30, 2017 | Approved |
Docker for Windows (Edge) 17.06-edge | 411 | Thursday, June 1, 2017 | Approved |
Docker for Windows (Edge) 17.05-edge | 343 | Saturday, May 27, 2017 | Approved |
Docker for Windows (Stable) 17.3.1.20170515 | 2665 | Monday, May 15, 2017 | Approved |
Docker for Windows (Stable) 17.3.1.20170421 | 1064 | Wednesday, April 26, 2017 | Approved |
Docker for Windows (Stable) 17.3.1.10743 | 776 | Wednesday, April 5, 2017 | Approved |
Docker for Windows (Edge) 17.3.0.10625-beta | 341 | Wednesday, April 5, 2017 | Exempted |
Docker for Windows (Edge) 17.3.0.10300-beta | 351 | Wednesday, March 15, 2017 | Exempted |
Docker for Windows (Stable) 17.3.0.10296 | 1790 | Wednesday, March 15, 2017 | Approved |
Docker for Windows (Install) 1.13.1.10069-beta | 320 | Tuesday, February 14, 2017 | Exempted |
Docker for Windows (Install) 1.13.1.9961-beta | 310 | Tuesday, February 7, 2017 | Exempted |
Docker for Windows (Install) 1.13.0.9805-beta | 310 | Monday, January 23, 2017 | Exempted |
Docker for Windows (Install) 1.13.0.9795 | 910 | Friday, January 20, 2017 | Approved |
Docker for Windows (Install) 1.13.0.9733-beta | 283 | Tuesday, January 17, 2017 | Exempted |
Docker for Windows (Install) 1.13.0.9606-beta | 305 | Sunday, January 8, 2017 | Exempted |
Docker for Windows (Install) 1.13.0.9562-beta | 307 | Saturday, December 24, 2016 | Exempted |
Docker for Windows (Install) 1.13.0.9442-beta | 270 | Tuesday, December 20, 2016 | Exempted |
Docker for Windows (Install) 1.13.0.9266-beta | 265 | Friday, December 9, 2016 | Exempted |
Docker for Windows (Install) 1.13.0.9123-beta | 301 | Wednesday, November 30, 2016 | Exempted |
Docker for Windows (Install) 1.12.6.9655 | 310 | Thursday, January 12, 2017 | Approved |
Docker for Windows (Install) 1.12.5.9503 | 921 | Saturday, December 24, 2016 | Approved |
Docker for Windows (Install) 1.12.3.8711-beta | 257 | Tuesday, November 29, 2016 | Exempted |
Docker for Windows (Install) 1.12.3.8488 | 458 | Tuesday, November 29, 2016 | Approved |
Docker for Windows (Install) 1.12.1 | 2827 | Wednesday, November 2, 2016 | Approved |
-
- docker-desktop (≥ 2.0.0)
Ground Rules:
- This discussion is only about [Deprecated] Docker for Windows and the [Deprecated] Docker for Windows package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or [Deprecated] Docker for Windows, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.