Commit Graph

203 Commits

Author SHA1 Message Date
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
Nathan LeClaire 83a8a4c0f8 Merge pull request #1310 from exoscale/feature/exoscale-multiple-security-groups
exoscale: ability to specify multiple security groups on instance creation
2015-07-07 11:22:44 -07:00
Dave Henderson 3d002187fe Refactoring drivers to embed drivers.DefaultDriver
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2015-07-07 11:24:00 -04:00
Nathan LeClaire eabe07294d Fix some docs issues
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-07-06 16:46:15 -07:00
Nathan LeClaire 0f36a14a67 Merge pull request #1388 from frastel/patch-1
Added command for making the docker binary executable in the docs
2015-07-06 16:20:59 -07:00
Nathan LeClaire cac4795d81 Merge pull request #1404 from danielsoro/patch-1
docs: VMware environment vars / CLI options are mismatched
2015-07-06 15:24:19 -07:00
moxiegirl 654fa91851 Merge pull request #1426 from nathanleclaire/add_logo_to_readme
Add logo to docs
2015-07-02 17:46:55 -07:00
Vincent Bernat 4ec3f206b4 exoscale: use StringSlice to specify security groups
This mean that the option has to be repeated to specify multiple
security groups.

Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
2015-06-30 10:59:23 +02:00
Vincent Bernat 5ba232227e exoscale: ability to specify multiple security groups on instance creation
Without this feature, when a user needs a specific security group (i.e
most of the time if they want to expose a service to Internet), they
need to copy the rules needed for Docker itself into each custom
group. With this feature, they can spawn new instances with
`--exoscale-security-group docker-machine,my-custom-group`.

Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
2015-06-30 10:59:23 +02:00
Carlo Dosso 16bfceb656 Update index.md 2015-06-26 07:57:08 +02:00
Carlo Dosso 970d14ed62 Update index.md 2015-06-25 21:42:47 +02:00
Nathan LeClaire 7e9df0aa3d Add logo to docs
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-06-25 12:09:22 -07:00
Daniel Cunha (soro) b9283af8c6 docs: VMware environment vars / CLI options are mismatched
Signed-off-by: Daniel Cunha (soro) <danielsoro@gmail.com>
2015-06-24 16:54:58 -03:00
Frank Stelzer 7b5f135358 Added command for making the docker binary executable in the docs 2015-06-19 13:29:30 +02:00
Nathan LeClaire 0aecb861b9 Fixup docs changes lost in the aether
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-06-18 12:03:35 -07:00
Mary Anthony b36fd235b8 Fixes from testing of hugo
Signed-off-by: Mary Anthony <mary@docker.com>

Updating sed scripts

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

Removing old make commands

Signed-off-by: Mary Anthony <mary@docker.com>
2015-06-18 13:15:04 -04:00
Evan Hazlett 40b4a67fcc Merge pull request #1373 from nathanleclaire/0.3.0_docs_update
Update docs usage and output
2015-06-18 13:05:17 -04:00
Nathan LeClaire 8fab2e5950 Update docs usage and output
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-06-17 11:24:47 -07:00
Evan Hazlett fb35035cad docs: update install for 0.3.0
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-06-16 10:39:13 -04:00
Mary Anthony ed45ddb82f Tooling for release build
Tweaking for tooling
Adding in the sed for markdown in Dockerfile
Should be machine not engine
Updating with correct image

Signed-off-by: Mary Anthony <mary@docker.com>
2015-06-14 16:05:57 -07:00
Evan Hazlett effa03dad4 Merge pull request #1343 from moxiegirl/1329-migrate-b2b
Closes #1329 when merged
2015-06-11 10:09:53 -04:00
Evan Hazlett 9840c4bfe2 Merge pull request #1320 from TrumanLing/update-doc-for-availability-zone
Update documentation for adding parameter --openstacke-availability-zone
2015-06-11 10:05:29 -04:00