Downloads:
102,955
Downloads of v 0.5.1:
550
Last Update:
17 Nov 2015
Package Maintainer(s):
Software Author(s):
- Docker Contributors
Tags:
docker-machine docker- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
docker-machine
This is not the latest version of docker-machine available.
- 1
- 2
- 3
0.5.1 | Updated: 17 Nov 2015
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
102,955
Downloads of v 0.5.1:
550
Maintainer(s):
Software Author(s):
- Docker Contributors
docker-machine 0.5.1
This is not the latest version of docker-machine available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Docker Contributors. The inclusion of Docker Contributors trademark(s), if any, upon this webpage is solely to identify Docker Contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install docker-machine, run the following command from the command line or from PowerShell:
To upgrade docker-machine, run the following command from the command line or from PowerShell:
To uninstall docker-machine, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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: (additional options)
choco download docker-machine --internalize --version=0.5.1 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade docker-machine -y --source="'INTERNAL REPO URL'" --version="'0.5.1'" [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-machine -y --source="'INTERNAL REPO URL'" --version="'0.5.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install docker-machine
win_chocolatey:
name: docker-machine
version: '0.5.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'docker-machine' do
action :install
source 'INTERNAL REPO URL'
version '0.5.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller docker-machine
{
Name = "docker-machine"
Version = "0.5.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'docker-machine':
ensure => '0.5.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 17 Nov 2015.
Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.
Log in or click on link to see number of positives.
- docker-machine.0.5.1.nupkg (c1f211e48f90) - ## / 57
- docker-machine-driver-amazonec2.exe (c7947a1ddc10) - ## / 56
- docker-machine-driver-azure.exe (36ebc4c05d89) - ## / 54
- docker-machine-driver-digitalocean.exe (8540ba04e4b5) - ## / 56
- docker-machine-driver-exoscale.exe (af773e1c9c40) - ## / 55
- docker-machine-driver-generic.exe (5aee26cd7e23) - ## / 55
- docker-machine-driver-google.exe (2af50fc43a75) - ## / 56
- docker-machine-driver-hyperv.exe (a8df4ed34ffb) - ## / 56
- docker-machine-driver-none.exe (862916f7a12e) - ## / 55
- docker-machine-driver-openstack.exe (61d2375b17eb) - ## / 56
- docker-machine-driver-rackspace.exe (a76103ac5a5c) - ## / 55
- docker-machine-driver-softlayer.exe (959e54418fb1) - ## / 56
- docker-machine-driver-virtualbox.exe (91fa666f1e59) - ## / 57
- docker-machine-driver-vmwarefusion.exe (2710d6ac2983) - ## / 56
- docker-machine-driver-vmwarevcloudair.exe (4ac8aa13b451) - ## / 55
- docker-machine-driver-vmwarevsphere.exe (ebdf521bb63a) - ## / 56
- docker-machine.exe (9f2026414ae0) - ## / 56
- docker-machine-driver-amazonec2.exe (833798aca8ec) - ## / 57
- docker-machine-driver-azure.exe (3edb966389b3) - ## / 57
- docker-machine-driver-digitalocean.exe (f5db081bb45d) - ## / 57
- docker-machine-driver-exoscale.exe (6c10e20bbc0e) - ## / 57
- docker-machine-driver-generic.exe (50875fda906a) - ## / 57
- docker-machine-driver-google.exe (d5e12b72fe9f) - ## / 57
- docker-machine-driver-hyperv.exe (d31f59b4e010) - ## / 57
- docker-machine-driver-none.exe (e155f73e2bc4) - ## / 57
- docker-machine-driver-openstack.exe (86741be03954) - ## / 57
- docker-machine-driver-rackspace.exe (48d80dfe3248) - ## / 57
- docker-machine-driver-softlayer.exe (d17cced01333) - ## / 56
- docker-machine-driver-virtualbox.exe (01bb6db26703) - ## / 56
- docker-machine-driver-vmwarefusion.exe (b184b3fbf2d7) - ## / 57
- docker-machine-driver-vmwarevcloudair.exe (664ca7991842) - ## / 56
- docker-machine-driver-vmwarevsphere.exe (847287daee91) - ## / 56
- docker-machine.exe (8031fe51cf47) - ## / 57
- docker-machine_windows-amd64.zip (6a85281ba13b) - ## / 56
- docker-machine_windows-386.zip (323bec96de29) - ## / 57
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
docker-machine 0.16.2 | 43064 | Wednesday, November 6, 2019 | Approved | |
docker-machine 0.16.1 | 6454 | Monday, June 10, 2019 | Approved | |
docker-machine 0.16.0 | 9589 | Thursday, November 8, 2018 | Approved | |
docker-machine 0.15.0 | 5592 | Saturday, June 16, 2018 | Approved | |
docker-machine 0.14.0 | 5486 | Wednesday, March 7, 2018 | Approved | |
docker-machine 0.13.0 | 4699 | Thursday, October 19, 2017 | Approved | |
docker-machine 0.12.2 | 3098 | Thursday, July 13, 2017 | Approved | |
docker-machine 0.12.1 | 960 | Saturday, July 1, 2017 | Approved | |
docker-machine 0.12.0 | 1290 | Tuesday, June 6, 2017 | Approved | |
docker-machine 0.11.0 | 1560 | Wednesday, April 26, 2017 | Approved | |
docker-machine 0.10.0 | 2140 | Tuesday, February 28, 2017 | Approved | |
docker-machine 0.9.0 | 1877 | Wednesday, January 18, 2017 | Approved | |
docker-machine 0.8.2 | 3235 | Thursday, October 6, 2016 | Approved | |
docker-machine 0.8.1 | 2287 | Monday, August 22, 2016 | Approved | |
docker-machine 0.8.0 | 1184 | Wednesday, July 27, 2016 | Approved | |
docker-machine 0.7.0 | 1007 | Friday, April 15, 2016 | Approved | |
docker-machine 0.6.0 | 1598 | Friday, February 5, 2016 | Approved | |
docker-machine 0.5.6 | 833 | Tuesday, January 12, 2016 | Approved | |
docker-machine 0.5.5 | 769 | Monday, December 28, 2015 | Approved | |
docker-machine 0.5.4 | 728 | Thursday, December 17, 2015 | Approved | |
docker-machine 0.5.2 | 645 | Wednesday, December 2, 2015 | Approved | |
docker-machine 0.5.1 | 550 | Tuesday, November 17, 2015 | Approved | |
docker-machine 0.5.0 | 506 | Friday, November 6, 2015 | Approved | |
docker-machine (Install) 0.4.1 | 1781 | Tuesday, August 18, 2015 | Approved | |
docker-machine (Install) 0.4.0 | 466 | Tuesday, August 18, 2015 | Approved | |
docker-machine (Install) 0.3.0 | 562 | Thursday, July 2, 2015 | Approved | |
docker-machine (Install) 0.2.0 | 995 | Sunday, May 10, 2015 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about docker-machine and the docker-machine 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 docker-machine, 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.