Commit Graph

224 Commits

Author SHA1 Message Date
David Gageot
8e7a85b8b9 Fix the doc. It should be "Project ID"
Signed-off-by: David Gageot <david@gageot.net>
2015-10-29 10:05:19 +01:00
David Gageot
e53b52de03 Improve documentation for google driver
Signed-off-by: David Gageot <david@gageot.net>
2015-10-29 10:05:13 +01:00
David Gageot
77c2bbcdd2 FIX #2023 and #1061 Use google default authentication
Signed-off-by: David Gageot <david@gageot.net>
2015-10-28 22:16:22 +01:00
Ian Lee
8e58932db5 Fixed typo
Signed-off-by: Ian Lee <IanLee1521@gmail.com>
2015-10-27 19:35:30 -07:00
Bruno Renié
658a6bc1b3 Typo in EXOSCALE_IMAGE
Signed-off-by: Bruno Renié <brutasse@gmail.com>
2015-10-23 14:47:30 +02:00
Nathan LeClaire
0ac5c901d2 Merge pull request #2054 from SvenDowideit/fix-errant-links
Fix some links found with linkchecker
2015-10-22 16:16:47 -07:00
Sven Dowideit
834c687226 Fix some links found with linkchecker
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2015-10-23 09:07:02 +10:00
David M. Lee
7180ddca87 Adding bash completion and helper scripts
This patch adds some bash helper scripts.

 * docker-machine.bash - command completion for docker-machine
 * docker-machine-prompt.bash - function for putting the active machine
   name in PS1
 * docker-machine-wrapper.bash - function wrapper adding an `use`
   command that runs `eval $(docker-machine env whatever)` in the
   current shell.

Signed-off-by: David M. Lee <dlee@respoke.io>
2015-10-22 15:34:42 -05:00
Nathan LeClaire
70dfc1e4db Fix ordered list numbering
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-21 12:51:28 -07:00
Mary Anthony
0cf8b761d7 Carrys and closes #1352
Pull the chmod line per reviewers

Signed-off-by: Mary Anthony <mary@docker.com>
2015-10-21 11:50:14 -07:00
Nathan LeClaire
c8edb33ecd Move towards using external binaries / RPC plugins
- First RPC steps

- Work on some flaws in RPC model

- Remove unused TLS settings from Engine and Swarm options

- Add code to correctly encode data over the network

- Add client driver for RPC

- Rename server driver file

- Start to make marshal make sense

- Fix silly RPC method args and add client

- Fix some issues with RPC calls, and marshaling

- Simplify plugin main.go

- Move towards 100% plugin in CLI

- Ensure that plugin servers are cleaned up properly

- Make flag parsing for driver flags work properly

Includes some work carried from @dmp42 updating the build process and
tests to use the new method.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-16 16:34:56 -07:00
Mary Anthony
1e7e241d9e Hugo 15 support Markdown per GitHub; Removing seds
Signed-off-by: Mary Anthony <mary@docker.com>
2015-10-13 16:00:08 -07:00
Guillaume Giamarchi
6829837fd5 Add environment varibles for OpenStack flags
Some flags for the OpenStack driver did not have
a corresponding environment variable.

Among others, this is needed to run bats core tests
with the OpenStack driver.

Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com>
2015-10-09 15:16:00 +02:00
Hironobu Saitoh
f659e817b4 Add --openstack-ip-version option
This option allows users to specify IP version.

Signed-off-by: Hironobu Saitoh <hiro@hironobu.org>
2015-10-09 07:29:48 +09:00
Vladimir Chernyshev
dd47c9c74e Update release version number
0.4.1

Signed-off-by: Vladimir Chernyshev <volch5@gmail.com>
2015-10-02 11:27:24 +03:00
Nathan LeClaire
1ae222b926 Merge pull request #1889 from nathanleclaire/remove_beta_message
Remove beta warning message
2015-09-23 15:00:03 -07:00
Nathan LeClaire
670d647216 Update documentation and integration tests for no_proxy
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-09-23 14:48:51 -07:00
Fabian Ruff
8f49a5bc31 Add doc section about --no-proxy flag
Signed-off-by: Fabian Ruff <fabian@progra.de>
2015-09-23 14:48:48 -07:00
Nathan LeClaire
2a15d98575 First steps to make ssh command smoother
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-09-21 12:16:47 -07:00
Nathan LeClaire
b2d8bcdd75 Remove beta warning message
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-09-21 11:18:02 -07:00
Olivier Gambier
5fbfbe1ff7 Rehauled build system and integration testing
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-18 15:47:00 -07:00
Mary Anthony
f8535f1397 Updating with changes dropped in 1830
Tweaking language
Incorporate Olivier's comments
Stomp the nit --- a misspelling
Wrapping lines
Possessive

Signed-off-by: Mary Anthony <mary@docker.com>
2015-09-15 17:00:57 -07:00
David Gageot
66078be1e5 FIX #1297 - Support additional tags on GCE
Signed-off-by: David Gageot <david@gageot.net>
2015-09-15 06:56:52 +02:00
Nathan LeClaire
1a8fb2a071 Merge pull request #1830 from ehazlett/install-link-docs
Clarify Install Location
2015-09-11 14:43:58 -07:00
Nathan LeClaire
7c4d0a5da7 Merge pull request #1642 from ddaze/openstack-retry
openstack: New machine active timeout parameter
2015-09-11 14:25:11 -07:00
Evan Hazlett
5b1b4db2ad add install links for machine
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-09-09 12:52:40 -04:00
Nathan LeClaire
52dc5734a7 Merge pull request #1735 from praveen12bnitt/1733-virtualbox-network-tuning
added support for configuring nictype and nicpromise mode in virtualbox
2015-08-21 07:51:30 +09:00
Palanivelrajan Balasubramanian
3f090d3f47 Added virtio-net as a supported nictype per review comments.
Signed-off-by: Palanivelrajan Balasubramanian <praveen12bnitt@gmail.com>
2015-08-20 16:47:50 -04:00
Palanivelrajan Balasubramanian
5f362aca6b added support for configuring nictype and nicpromise mode in virtualbox
Signed-off-by: Palanivelrajan Balasubramanian <praveen12bnitt@gmail.com>
2015-08-19 16:49:42 -04:00
Brandon Conway
b876d5f81f Fix typo 2015-08-18 11:12:59 -07:00
David McKay
07e7604f0e * Added option to disable virtualbox vbfs user home directory mount
* Updated documentation with new option
* Updated flag name

Signed-off-by: David McKay <david@rawkode.com>
2015-08-12 20:37:06 +01:00
Mary Anthony
ecb727822c Fixing links that weren't resolving
Signed-off-by: Mary Anthony <mary@docker.com>
2015-08-11 08:59:18 -07:00
David Zerulla
66b4e3b826 openstack: New machine active timeout parameter
* Adds `--openstack-active-timeout` parameter to set the timeout
  until a machine is active. Closes #1632

Signed-off-by: David Zerulla <ddaze@outlook.de>
2015-08-11 17:45:08 +02:00
Evan Hazlett
c1acb74d7a Merge pull request #1508 from ericsage/filter_names
Add name filter for #1488
2015-08-11 06:33:09 -04:00
Mary Anthony
1749d99b31 - Updating install docs fixes #1648
- Updating the Dockerfile to lastest
- Adding support for building all the public doc projects from machine

Signed-off-by: Mary Anthony <mary@docker.com>

Michael's comments

Signed-off-by: Mary Anthony <mary@docker.com>

Adding in comments from nathan

Signed-off-by: Mary Anthony <mary@docker.com>
2015-08-05 16:06:50 -07:00
Nathan LeClaire
633462d5b1 Merge pull request #1623 from dgageot/master
Doc for static IP and preemptibility
2015-08-03 11:50:26 -07:00
David Gageot
48f8d5b533 Doc for static IP and preemptibility
Signed-off-by: David Gageot <david@gageot.net>
2015-08-01 08:30:30 +02:00
Michał Czeraszkiewicz
8a02efe0c9 Documentation typo update 2015-07-28 15:21:38 +02:00
Nathan LeClaire
ef9acc98b6 Merge pull request #1562 from jgeiger/patch-1
Update install-machine.md to reference 0.3.1
2015-07-27 11:19:32 -07:00
Joey Geiger
79b1af08e8 Remove specific version from link to binaries.
Signed-off-by: Joey Geiger <joey.geiger@irco.com>
2015-07-26 09:14:03 -06:00
Joey Geiger
6aca2c9faf Update install-machine.md to reference 0.3.1
Update the docs to include links to newest release.

Signed-off-by: jgeiger <jgeiger@gmail.com>
2015-07-22 20:19:41 -06:00
Eric Sage
b333ea5294 Add regex based name filter to ls command.
Signed-off-by: Eric Sage <eric.david.sage@gmail.com>

Add regex support

Signed-off-by: Eric Sage <eric.david.sage@gmail.com>

Allow bad regex passthrough to reg string amtch

Signed-off-by: Eric Sage <eric.david.sage@gmail.com>

Add unit test

Signed-off-by: Eric Sage <eric.david.sage@gmail.com>

Add integration tests

Signed-off-by: Eric Sage <eric.david.sage@gmail.com>

Add documentation for name filter.

Signed-off-by: Eric Sage <eric.david.sage@gmail.com>
2015-07-22 21:06:26 -04:00
Nathan LeClaire
03d4683755 Merge pull request #1503 from sergiobuj/add_status_command
Add status command
2015-07-22 15:55:45 -07:00
Nathan LeClaire
ad6d8d49a8 Merge pull request #1497 from udryan10/engine-set-proxy-config
added {http,https,no} proxy support to docker engines
2015-07-21 17:25:16 -07:00
Mary Anthony
60be68c73c Updating to point to latest build
Signed-off-by: Mary Anthony <mary@docker.com>
2015-07-19 15:44:46 -07:00
Ryan Grothouse
d553a2c757 added support for setting environment variables in docker engines
Signed-off-by: Ryan Grothouse <rgrothouse@gmail.com>
2015-07-16 16:12:06 -04:00
Sergio Botero
87cf7e222e Add status command
closes #1471 by adding the status command that prints the state of a
machine.

Signed-off-by: Sergio Botero <sergiobuj@gmail.com>
2015-07-14 19:10:40 -07:00
Mary Anthony
39806c02e0 First stage of splitting out
Splitting out docs
Fixing location of help
entering in changes from testing
Filling in some missing structure
Updating with the comments from Nathan
Updating with the comments from Nathan
Updating after talk with Evan/Nathan

Signed-off-by: Mary Anthony <mary@docker.com>
2015-07-14 12:44:56 -07:00
Evan Hazlett
09a73a2373 remove direct install links
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-07-13 18:20:42 -04:00
Evan Hazlett
69dc9fd7f3 Merge pull request #1273 from hairyhenderson/default-driver-impl
refactor: Extracting a base Driver struct
2015-07-09 01:59:05 -06:00