Commit Graph

30 Commits

Author SHA1 Message Date
Nathan LeClaire
a3af149774 Bump version in install doc
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-21 16:16:14 -07:00
Victoria Bialas
63f8f1fb48 WIP: improve intro to machine docs
WIP: rewrite of Machine overview for clarity, add diagrams

rewrite/re-organize Machine topics; incl. get started on local VM, menu order, titles

replaced Swarm info in cloud doc to reference new Swarm provisioning topic per @moxigirl, incorporated review comments per Chanwit into Concepts topic

added mention of Swarm clusters to Overview, and links to Swarm topics in What's next for Overview and Concepts

updates to concepts per @bfirsh comments

updated cloud provisioning topic to illustrated, step-by-step version added for cloud installs per issue #18282

cleanup of links, copy-edits

update to concepts, added link to boot2docker repo and re-worded per Nathan's comments

updates to concepts and cloud example per @dmp42 comments

updated for links and improved intro content for cloud topic

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-02-03 16:03:36 -08:00
Mary Anthony
338a987699 New navigation for 1.10 Release
Removing unneeded processing script

Signed-off-by: Mary Anthony <mary@docker.com>
2016-01-25 08:42:39 -08:00
Jean-Laurent de Morlhon
9f63456a76 Update documentation and release note template
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-25 14:08:48 +01:00
Abhijeet Kasurde
18e4081160 Updated documentation for bash completion in install-machine
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2016-01-04 15:20:37 +05:30
Harald Albers
54d0e43914 Fix "installing bash completion" instructions
The scripts are copied/linked into a _directory_, not a file.
The two directories are the default locations for bash completion extensions.

Signed-off-by: Harald Albers <github@albersweb.de>
2016-01-04 09:15:45 +01:00
David Gageot
7a8c38a0e4 Update doc to version 0.5.5
Signed-off-by: David Gageot <david@gageot.net>
2015-12-28 14:03:44 +01:00
juliengarcia
949f3b05e1 Update docker-machine version in installation docs
From 0.5.3 to 0.5.4

Signed-off-by: Julien Garcia Gonzalez <garciagonzalez.julien@gmail.com>
2015-12-24 08:19:18 +01:00
David Gageot
9d4ba57ce2 Fix installation notes for 0.5.3
Signed-off-by: David Gageot <david@gageot.net>
2015-12-14 17:55:04 +01:00
David Gageot
3322b8e70c Fix installation notes for 0.5.3
Signed-off-by: David Gageot <david@gageot.net>
2015-12-08 09:16:12 +01:00
David Gageot
3612c55677 Add version to machine ls
Signed-off-by: David Gageot <david@gageot.net>
2015-12-03 16:27:42 +01:00
David Gageot
68e6e3f905 Lint all Markdown documents
Signed-off-by: David Gageot <david@gageot.net>
2015-11-27 10:38:56 +01:00
Sven Dowideit
4c414a719a fix link which when published leads to the root of all the docs.docker.com site
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2015-11-18 21:01:55 +10: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
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
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
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
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
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
Frank Stelzer
7b5f135358 Added command for making the docker binary executable in the docs 2015-06-19 13:29:30 +02: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