Commit Graph

678 Commits

Author SHA1 Message Date
Victor Vieux 9c5896f65c Merge pull request #218 from chanwit/check-dup-id
Proposal: report error when two Docker's IDs are duplicated
2015-01-06 17:58:21 -08:00
Victor Vieux d364332bb6 Merge pull request #200 from vieux/exec_support
docker exec support
2015-01-06 17:54:04 -08:00
Victor Vieux 12d4cf53f7 Merge pull request #220 from vieux/apiversion
add more fields to /version
2015-01-06 11:47:54 -08:00
Chanwit Kaewkasi 93026e166a adjust error report to be a single entry
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-01-06 09:08:55 +07:00
Victor Vieux ea171b3243 add more fields to /version
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-01-06 00:27:46 +00:00
Victor Vieux bc94c6c810 Merge pull request #216 from lukemarsden/tweak-readme
Clarify README
2015-01-05 13:40:58 -08:00
Victor Vieux 7361b986f5 Merge pull request #217 from aluzzardi/initialize-typo
Typo: Initialise -> Initialize.
2015-01-05 13:29:50 -08:00
Chanwit Kaewkasi 5f6a257e0c report error when two Docker's IDs are duplicated
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-01-05 23:54:37 +07:00
Andrea Luzzardi 6a34054e58 Typo: Initialise -> Initialize.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-01-05 07:32:57 -08:00
Luke Marsden dc393390da Make clear that you must manually interpolate token.
Signed-off-by: Luke Marsden <luke@clusterhq.com>
2015-01-05 10:20:49 +00:00
lukemarsden dbc07ba174 Clarify README
* Make it easier for Go noobs like me to use `go get`.
* Make it clearer that `$SWARM_TOKEN` should be dynamic.

Signed-off-by: Luke Marsden <luke@clusterhq.com>
2015-01-03 22:39:41 +00:00
Victor Vieux 355ed490ce update API doc
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-31 00:19:43 +00:00
Victor Vieux 4350b44b56 refactor code
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-31 00:19:13 +00:00
Victor Vieux aefe450036 add exec support
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-31 00:19:13 +00:00
Victor Vieux d27e8a35a1 Merge branch 'JeffChien-discovery' 2014-12-31 00:17:01 +00:00
Victor Vieux cf42030741 update README.md & ROADMAP.md
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-31 00:16:54 +00:00
JChien a94a104932 use consul's watch
Signed-off-by: JChien <jeffchien13@gmail.com>
2014-12-31 00:16:03 +00:00
JChien f6b5ca38d5 fix flag usage message
Signed-off-by: JChien <jeffchien13@gmail.com>
2014-12-31 00:16:03 +00:00
JChien 6aed8aa673 fix style to match gofmt
Signed-off-by: JChien <jeffchien13@gmail.com>
2014-12-31 00:16:03 +00:00
JChien e0461c7549 fix readme and remove swarm prefix
Signed-off-by: JChien <jeffchien13@gmail.com>
2014-12-31 00:16:03 +00:00
JChien 1a21de143f add consul support as a disovery backend
Signed-off-by: JChien <jeffchien13@gmail.com>
2014-12-31 00:16:03 +00:00
Victor Vieux 65dc554e67 Merge pull request #210 from tianon/travis
Add cross-compilation to Travis
2014-12-30 16:09:10 -08:00
Victor Vieux 28af0fc859 update API doc
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-31 00:01:04 +00:00
Tianon Gravi 8bc7cbdd17 Add cross-compilation to Travis
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2014-12-30 17:01:03 -07:00
Tianon Gravi 08af13a77f Update Travis to only gofmt against Go 1.3
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2014-12-30 16:52:29 -07:00
Victor Vieux b7e2482e4d Merge pull request #198 from vieux/attach_support
docker run -i -t  / attach support
2014-12-30 11:35:10 -08:00
Victor Vieux 7aad288ba4 refactor code for exec coming later
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-30 19:34:20 +00:00
Andrea Luzzardi 47bfbe78a8 Merge pull request #201 from vieux/inspect_node_info
add node name, ID and IP
2014-12-30 14:45:22 +01:00
Andrea Luzzardi 27fd017286 Merge pull request #211 from chanwit/int-overflow
Cleanup: need int64 cast to prevent overflow on the 32-bit architecture
2014-12-30 14:31:07 +01:00
Andrea Luzzardi 644cacace9 Merge pull request #205 from chanwit/dev
Cleanup: separate unix-related codes to make Swarm buildable on Windows
2014-12-30 14:24:46 +01:00
Chanwit Kaewkasi 869c57ccb1 need int64 cast to prevent overflow on the 32-bit architecture
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2014-12-30 15:40:54 +07:00
Chanwit Kaewkasi 6a03838179 separate unix-related codes to make Swarm buildable on Windows
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2014-12-30 11:25:49 +07:00
Victor Vieux efe72934a6 add some documentation and Node field
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-29 20:01:37 +00:00
Victor Vieux 85ef25cd89 Merge pull request #202 from thedrow/patch-2
Added consul to the list of planned backends
2014-12-29 11:43:39 -08:00
Victor Vieux faa29ac2bd Merge pull request #206 from zllak/bug/doc
documentation: fix some documentation typos
2014-12-29 10:58:01 -08:00
Thomas Meson a66d0fa684 documentation: fix some documentation typos
Signed-off-by: Thomas Meson <zllak@hycik.org>
2014-12-29 10:35:18 +01:00
Omer Katz 4407536dfb Added consul to the list of planned backends. 2014-12-24 13:22:24 +02:00
Victor Vieux 9f75d0eb37 add node name, ID and IP
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-24 01:23:18 +00:00
Victor Vieux 174f664b3f fix attach
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-23 02:20:13 +00:00
Victor Vieux 2365ec79e6 attach support
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-23 00:23:20 +00:00
Victor Vieux a58043d354 Merge pull request #199 from vieux/log_errors
log all API errors
2014-12-22 16:22:22 -08:00
Victor Vieux 5edf3ceeb2 log all errors
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-23 00:13:26 +00:00
Victor Vieux 29348a1041 Merge pull request #196 from nickschuch/master
Update discovery link
2014-12-22 15:24:15 -08:00
Nick Schuch 3b3a503e8c Update the README.md to point to the correct Discovery documentation.
Signed-off-by: Nick Schuch <nick@myschuch.com>
2014-12-21 19:42:12 +10:00
Andrea Luzzardi 13e42a9d0b Merge pull request #186 from vieux/improve_constraints
Improve constraints to add matching
2014-12-19 14:00:16 -08:00
Andrea Luzzardi 1054c24a15 Merge pull request #195 from vieux/propagate_status
proxy status codes
2014-12-19 13:55:02 -08:00
Victor Vieux 93f35e6c97 proxy status codes
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-19 21:44:14 +00:00
Andrea Luzzardi 7bd8109a3b Rewording of the ROADMAP 2014-12-19 13:13:28 -08:00
Andrea Luzzardi 85ac1d7c61 Add global scheduling to the roadmap. 2014-12-19 13:09:40 -08:00
Victor Vieux 262ca3b286 Merge pull request #189 from aluzzardi/node-events
Events: Embed the entire Node object rather than its attributes.
2014-12-18 17:49:14 -08:00