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>
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>
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>
- 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>
Tweaking language
Incorporate Olivier's comments
Stomp the nit --- a misspelling
Wrapping lines
Possessive
Signed-off-by: Mary Anthony <mary@docker.com>
- 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>
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>
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>