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 |
Victor Vieux
|
e587338198
|
update README.md
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-19 01:04:42 +00:00 |
Victor Vieux
|
156f16c05e
|
update main README.md
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-19 01:02:46 +00:00 |
Victor Vieux
|
037f4c379b
|
simplify code
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-19 00:59:57 +00:00 |
Victor Vieux
|
2f6531d376
|
update docs
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-19 00:47:51 +00:00 |
Victor Vieux
|
e4dfa66b62
|
add README.md
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-19 00:44:13 +00:00 |
Victor Vieux
|
28a5063168
|
add tests and move from label to constraint
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-18 02:14:31 +00:00 |
Victor Vieux
|
ba1688ccef
|
add matching to constraints
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-18 01:56:13 +00:00 |
Andrea Luzzardi
|
7effd27a0e
|
Events: Embed the entire Node object rather than its attributes.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2014-12-17 17:54:07 -08:00 |
Andrea Luzzardi
|
efc56c18c2
|
Merge pull request #182 from vieux/default_port
replace 4243 by the docker port
|
2014-12-17 14:58:21 -08:00 |
Victor Vieux
|
722cc2fb08
|
replace 4243 by the docker port
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-17 22:28:17 +00:00 |
Andrea Luzzardi
|
92c045b143
|
Merge pull request #176 from vieux/filter_flag
add --filter flag to choose the filters to use
|
2014-12-16 16:06:57 -08:00 |
Victor Vieux
|
ad49f11c4e
|
see https://github.com/codegangsta/cli/issues/160
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-16 21:05:15 +00:00 |
Victor Vieux
|
827cdf19f6
|
add --filter flag to specify which filter to use
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-16 21:05:15 +00:00 |
Andrea Luzzardi
|
50c194cf1f
|
Merge pull request #174 from vieux/bind_multiple_hosts
--addr -> multiple -H + unix
|
2014-12-16 12:54:20 -08:00 |
Victor Vieux
|
61acf9e2d2
|
remove dummy author
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-16 20:46:33 +00:00 |
Victor Vieux
|
6e8ef790af
|
Merge pull request #181 from tianon/dco
Add DCO and gofmt checking
|
2014-12-16 12:27:56 -08:00 |
Tianon Gravi
|
27198c1fca
|
Add "sudo: false" so we get the faster Docker-based workers
Signed-off-by: Andrew Page <admwiggin@gmail.com>
|
2014-12-16 12:24:10 -07:00 |
Tianon Gravi
|
9a6ef553f5
|
Add DCO and gofmt checking
Signed-off-by: Andrew Page <admwiggin@gmail.com>
|
2014-12-16 12:23:50 -07:00 |
Victor Vieux
|
b0293f8767
|
see https://github.com/codegangsta/cli/issues/160
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-16 01:54:15 +00:00 |
Victor Vieux
|
bb4db048ec
|
660 -> 600
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-16 01:12:56 +00:00 |
Victor Vieux
|
c2c790e6da
|
update README.mds
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-15 23:04:00 +00:00 |
Victor Vieux
|
6e39962998
|
-addr -> multiple -H + unix
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-15 23:02:23 +00:00 |
Victor Vieux
|
875f9e7214
|
fix swarm create
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2014-12-13 21:10:29 +00:00 |
Andrea Luzzardi
|
e9fd1e7d98
|
Merge pull request #169 from vieux/create_fct_remove
remove useless create fct
|
2014-12-12 17:34:16 -08:00 |