Commit Graph

2684 Commits

Author SHA1 Message Date
David Schlosnagle 464e19ba1c Delegate to docker-machine from wrapper
Fix an issue with the bash __docker-machine-wrapper function where
commands other than `use` would result in an error.

Signed-off-by: David Schlosnagle <schlosna@gmail.com>
2015-12-19 04:29:46 -05:00
Anil Belur 403b57437f Fixes #2595 `dm rm` fails when config.json is not found
This issue occurs when `api.Load()` fails while loading
the `config.json` file, in case the config file is not present.
Refactored the code to handled `-y` and `-f` as documented.
Now added UT for remove options.

Signed-off-by: Anil Belur <askb23@gmail.com>
2015-12-19 12:01:41 +05:30
Nathan LeClaire 98ca59394a Increase heartbeat interval and timeout
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-12-18 18:53:01 -08:00
Nathan LeClaire e143ef730c Log SSH client used
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-12-18 17:26:26 -08:00
Nathan LeClaire 204af9fe5e Merge pull request #2618 from dgageot/2189-update-b2d-cache-in-precreatecheck
Update b2d cache in PreCreateCheck
2015-12-18 16:51:56 -08:00
Nathan LeClaire ecfe9a18bf Merge pull request #2627 from dgageot/2626-windows-version-non-english
FIX #2626 Retrieve windows version on non-english OS
2015-12-18 16:16:41 -08:00
Nathan LeClaire 932c4a2d27 Merge pull request #2629 from dgageot/2617-check-hostonlyif-after-its-creation
FIX #2617 Check hostonlyif after its creation
2015-12-18 16:15:26 -08:00
Nathan LeClaire df8faf56cb Merge pull request #2609 from jeanlaurent/vbox.log
Add vbox.log to crashreport
2015-12-18 14:09:18 -08:00
David Gageot dd379d33c8 FIX #2617 Check hostonlyif after its creation
Signed-off-by: David Gageot <david@gageot.net>
2015-12-18 17:44:52 +01:00
David Gageot 39694f1ab4 FIX #2626 Retrieve windows version on non-english OS
Signed-off-by: David Gageot <david@gageot.net>
2015-12-18 16:28:46 +01:00
David Gageot ac45f88ce3 Don't create the VM if no hardware virtualization
Signed-off-by: David Gageot <david@gageot.net>
2015-12-18 12:27:04 +01:00
Jean-Laurent de Morlhon fbf97b7c73 Merge pull request #2610 from jeanlaurent/detect-shell
Enhance shell detection in `env` command
2015-12-18 12:19:46 +01:00
Jean-Laurent de Morlhon fd25762c05 Add vbox.log to crashreport
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-18 12:17:32 +01:00
Jean-Laurent de Morlhon c279d0aba2 Default to cmd shell on windows
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-18 11:42:11 +01:00
David Gageot a7bd9e06d2 Update B2D cache in PreCreateCheck phase
Signed-off-by: David Gageot <david@gageot.net>
2015-12-18 11:14:59 +01:00
David Gageot 0a74068b11 Merge pull request #2298 from skatsuta/create-update-iso
Upgrade the boot2docker.iso cache if possible when creating a VirtualBox machine
2015-12-18 08:39:22 +01:00
Jean-Laurent de Morlhon 80c9f5bbd9 Merge pull request #2605 from askb/update_bash_comp
update the bash completion with new options added.
2015-12-17 17:46:58 +01:00
Jean-Laurent de Morlhon c07067c7e4 Detect fish shell
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-17 16:43:59 +01:00
Anil Belur dcdbd84452 Updated the bash completion with new options added.
now changes should reflect the following:
dm ls --timeout
dm env --no-proxy
dm --bugsnag-api-token --github-api-token

Signed-off-by: Anil Belur <askb23@gmail.com>
2015-12-17 10:20:22 +05:30
Nathan LeClaire 32795c9d1f Merge pull request #2604 from nathanleclaire/bump_v0.5.5_dev
Bump version to 0.5.5-dev
2015-12-16 15:45:54 -08:00
Nathan LeClaire 552967fc00 Bump version to 0.5.5-dev
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-12-16 15:38:09 -08:00
Nathan LeClaire 6643d0e53e Merge pull request #2603 from nathanleclaire/bump_version_0.5.4
Bump version to 0.5.4
2015-12-16 15:23:27 -08:00
Nathan LeClaire 403fe4a98a Bump version to 0.5.4
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-12-16 14:20:32 -08:00
Nathan LeClaire 5b5163812c Merge pull request #2599 from jeanlaurent/extract-recording
Remove Logrus follow-up
2015-12-16 13:33:01 -08:00
Nathan LeClaire 43a48dc235 Merge pull request #2598 from jeanlaurent/logrus-vendoring
Remove logrus vendoring
2015-12-16 13:32:46 -08:00
Jean-Laurent de Morlhon aa9ff22395 Test distinguish stdout from stderr
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-16 16:57:14 +01:00
Jean-Laurent de Morlhon 854219d44a Clearer writer name
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-16 16:51:03 +01:00
Jean-Laurent de Morlhon 7281142868 Extract Recording Code
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-16 16:49:31 +01:00
Jean-Laurent de Morlhon c4799621dc Remove logrus vendoring
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-16 16:17:12 +01:00
Jean-Laurent de Morlhon fca8c187b1 Merge pull request #2592 from nathanleclaire/stdout_stderr_redirect
Fix STDOUT and STDERR direction based on Log.* calls
2015-12-16 15:52:49 +01:00
Jean-Laurent de Morlhon 190e946f87 Merge pull request #2597 from felixge/virtualbox-sendfile-warning
docs: warn about virtualbox sendfile issue
2015-12-16 15:31:02 +01:00
Felix Geisendörfer 93456ab28c docs: warn about virtualbox sendfile issue
This is a common issue new users may experience, so it seems worth
warning about.

See https://github.com/docker/docker/issues/18666

Signed-off-by: Felix Geisendörfer <felix@debuggable.com>
2015-12-16 13:21:54 +00:00
Nathan LeClaire 06c97cfb17 Fix STDOUT and STDERR direction based on Log.* calls
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-12-15 18:01:42 -08:00
Matt Vinall 0815379c26 Filter openstack floating IPs by tenant ID
Merge j2sol:filter-openstack-floating and fix up for comments in PR #1809.

Signed-off-by: Matt Vinall <matt.vinall@imgtec.com>
2015-12-15 22:30:49 +00:00
David Gageot fb916f2389 Merge pull request #2580 from londoncalling/18282_cloud_installs
minor updates to add Digital Ocean example heading and more links to …
2015-12-15 11:56:10 +01:00
David Gageot ffdf19c562 Merge pull request #2583 from jeanlaurent/softlayer-doc
FIX #2577 - Softlayer doc
2015-12-15 11:55:46 +01:00
Jean-Laurent de Morlhon b85efca4f0 Merge pull request #2584 from dgageot/2561-pubkey-username
FIX #2561 SSH pubkey should have username comment
2015-12-15 11:54:42 +01:00
Jean-Laurent de Morlhon 87e0e2597e Merge pull request #2582 from dgageot/improve-makefile
Improve makefile
2015-12-15 11:54:18 +01:00
David Gageot ffd70ac33a Remove invalid target
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 35ff801ae4 make build should build if any go file is touched
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 72d2fb6b27 Remove duplication
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 54293d727b Use the makefile to compute the checksums
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot ff5dc0c644 No need to archive the binaries anymore
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 4fb50623b5 Cross build binaries directly in `bin`
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot b995a4d65a FIX #2561 SSH pubkey should have username comment
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:12:53 +01:00
Jean-Laurent de Morlhon 20c2293f9f FIX #2577 - Softlayer doc
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-15 10:53:43 +01:00
Victoria Bialas 074e323bfa minor updates to add Digital Ocean example heading and more links to driver plugin topics
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2015-12-14 16:29:41 -08:00
Nathan LeClaire c14770f395 Merge pull request #2576 from jeanlaurent/harden-test
Make integration test a bit more resilient
2015-12-14 13:00:40 -08:00
Jean-Laurent de Morlhon de99d4abe5 Make test a bit more resilient
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-14 18:11:35 +01:00
David Gageot 7370e58ba8 Merge pull request #2575 from dgageot/fix-installation-notes
Fix installation notes for 0.5.3
2015-12-14 18:02:34 +01:00