Omit the docker-machine/ path prefix from the last cd command. Having followed the instructions the user should already be in the docker-machine directory.
Signed-off-by: Joachim Viide <jviide@iki.fi>
Added and documented two simple helpers to ease managing deps.
Removed now obsolete references to `grep -v Godeps`
Signed-off-by: Olivier Gambier <olivier@docker.com>
- new simpler targets:
* make machine
* make plugins
* make cross
- fixed windows cross build to output .exe files
Signed-off-by: Olivier Gambier <olivier@docker.com>
- 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>