32 Commits

Author SHA1 Message Date
Grachev Mikhail
15cde711f7 Fix typo
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
2018-10-31 16:39:58 -07:00
Julien Barbot
46b43ebeea Update path of golint
The new path is golang.org/x/lint/golint.
See ead987a65e.

Signed-off-by: Julien Barbot <jubarbot@cisco.com>
2018-10-31 16:39:04 -07:00
David Gageot
66634bcaa0 Switching to go 1.10
Signed-off-by: David Gageot <david@gageot.net>
2018-03-20 17:22:16 +01:00
Ivan Markin
34a8dff33d Fix documentation about usage of dep
Signed-off-by: Ivan Markin <sw@nogoegst.net>
2018-03-01 17:09:30 +00:00
yupengzte
22f1a633d0 delete the link and the sentence since the docs have been moved
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-01-07 19:06:53 +08:00
yupengzte
ffaf5c55be delete png show since delete /docs/img
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-01-05 16:21:07 +08:00
Pradeep Padala
53302b32b4 Updating instructions for adding dependencies
Instructions for adding a new dependency

Signed-off-by: Pradeep Padala <pradeep@containerx.io>
2016-04-18 17:51:11 -07:00
Christy Perez
4a4f060122 Add example for building using existing workspace
If you already have docker machine cloned, or want to use an
existing workspace to clone it to, this helps with what your
GOPATH should be set to.

Also cleanining up the formatting of the previous block to
match others on the page.

Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
2016-03-10 16:25:32 -06:00
David Gageot
27e572113f FIX #3051 Use golang 1.6
Signed-off-by: David Gageot <david@gageot.net>
2016-02-18 08:51:30 +01:00
Jean-Laurent de Morlhon
a397facd08 Added silly appveyor badge
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-27 10:35:28 +01:00
Jean-Laurent de Morlhon
40f5d7ca40 Fix coverall badge branch
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-27 09:59:24 +01:00
David Gageot
86f95753c4 Upgrade to go 1.5.3
Signed-off-by: David Gageot <david@gageot.net>
2016-01-14 07:11:03 +01:00
David Gageot
12a361c3bc FIX #2670 Upgrade to go 1.5.2
Signed-off-by: David Gageot <david@gageot.net>
2015-12-23 15:49:33 +01:00
David Gageot
92ce49b367 Put all core drivers in docker-machine binary
Signed-off-by: David Gageot <david@gageot.net>
2015-12-02 18:48:19 +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
Jean-Laurent de Morlhon
978c2e2a2b Fix #2178 - add go get lint to contributing guide
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-11-23 14:09:14 +01:00
jviide
4b6455d395 Fix the local development environment instructions
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>
2015-11-05 23:21:45 +02:00
Olivier Gambier
afb1411608 Make updates
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>
2015-11-04 08:45:27 -08:00
Olivier Gambier
3e2e3d0a59 Build system enhancements
- 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>
2015-10-15 13:26:45 -07:00
gdm85
7fc4aedd1c Simplify fetch process by using go get
Signed-off-by: Giuseppe Mazzotta <gdm85@users.noreply.github.com>
2015-10-13 11:21:01 +02:00
gdm85
a82d2cd74d Explain how to prepare a Go 1.5 development environment
Other minor documentation fixes

Signed-off-by: Giuseppe Mazzotta <gdm85@users.noreply.github.com>
2015-10-11 11:51:16 +02:00
Olivier Gambier
56160e0058 Prepare build for plugins PR
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-07 18:02:58 -07:00
David Gageot
97ca43708a Fix binaries location
Signed-off-by: David Gageot <david@gageot.net>
2015-10-07 15:06:47 +02: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
Ivan Mikushin
3c1caa5acb Build on any (even remote) docker
Signed-off-by: Ivan Mikushin <i.mikushin@gmail.com>
2015-08-19 13:18:25 +05:00
Nathan LeClaire
28831d1f65 Prioritize using make in build
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-08-14 15:41:03 -07:00
Nathan LeClaire
ed01843dc9 Refactor integration tests
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-06-02 10:10:52 -07:00
alex.chan@metaswitch.com
566528547e Fix spelling and capitalisation mistakes in docs
Signed-off-by: Alex Chan <alex.chan@metaswitch.com>
2015-05-27 15:16:07 +01:00
Nathan LeClaire
f1c7577f82 Add environment variable option to skip docker build
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-05-05 14:39:13 -07:00
Evan Hazlett
8beb06248b moved contributing guidelines and driver reqs to contributing doc
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-04-13 09:22:35 -04:00
Evan Hazlett
b51b0aeaa5 fixed typo with contrib doc
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2014-12-05 21:42:36 -05:00
Ben Firshman
73d19108bf Initial commit
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-04 15:05:11 +01:00