Alexandre Beslic
ac6341066d
Fix Consul Leader Election Failure on multi-server
...
This fixes an error with Consul which fails to see a new
swarm leader after a consul leader soft restart because
of session renewal and missing status update.
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2016-04-07 12:23:47 -07:00
Nishant Totla
cbb7c27621
Updating Godeps (engine-api)
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-04-05 09:16:50 -07:00
Dong Chen
b50529ccce
Update engine-api.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-31 09:52:19 -07:00
Dong Chen
ea5f2e0f63
Godep update dockerclient
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-29 12:01:56 -07:00
Victor Vieux
5e8bad38f6
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-03-24 16:36:23 -07:00
Victor Vieux
e5dbf29484
update dockerclient to get labels on volumes, networks, etc...
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-03-24 13:09:36 -07:00
Nishant Totla
611f273c76
Updating Godeps (engine-api)
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-03-18 14:19:30 -07:00
Nishant Totla
7376fd156b
Updating Godeps (engine-api and go-connections)
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-03-07 15:05:43 -08:00
Alexandre Beslic
a348207f18
Merge pull request #1835 from jimmyxian/add-support-some-run-option
...
Add support some run options
2016-03-03 10:12:17 -08:00
Xian Chaobo
ba4ad74de3
add support some run options
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2016-03-03 19:53:47 +08:00
Dong Chen
bc27cedd8c
Godep update github.com/docker/docker/pkg/...
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-02 10:04:03 -08:00
Alexandre Beslic
3f7a035855
extract leadership package in its own repository and update Godeps
...
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2016-02-08 16:55:32 -08:00
Dong Chen
77b4f98b3b
Update dockerclient to support network create `--internal` flag.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-02-02 17:55:15 -08:00
Victor Vieux
f26a50a483
update dockerclient
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-02-02 12:08:09 -08:00
Victor Vieux
cef0b554d7
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-29 07:54:16 -08:00
Victor Vieux
9f9aba623f
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-29 03:04:17 -08:00
Victor Vieux
5e3affa677
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-27 01:07:52 -08:00
Victor Vieux
d884fe563b
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-15 18:30:36 -08:00
Victor Vieux
61142e4cbd
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-12 02:55:57 -08:00
Victor Vieux
31ad0e047f
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-12 00:38:09 -08:00
Victor Vieux
8cb1733dc2
update all godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-05 11:46:46 -08:00
Dong Chen
4e7e23819b
Godep dockerclient update.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-01-04 11:26:53 -08:00
Victor Vieux
a2380a6c71
update godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-12-22 00:20:04 -08:00
Victor Vieux
cdd42a5c6b
display all the containers that are part of a global network on inspect
...
update godeps
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-12-15 17:48:35 -08:00
Victor Vieux
bbbcd0e510
Merge pull request #1384 from dhiltgen/token_auth
...
Add token pass-thru for Authconfig
2015-12-14 11:22:10 -08:00
Daniel Hiltgen
f0b785a206
Vendor bump of dockerclient
...
This adds the new auth client token support.
Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
2015-12-11 18:36:55 -08:00
Marcelo Salazar R
3e0d4f124e
fix bracket
...
Signed-off-by: Marcelo Salazar R <chelosalazar@gmail.com>
2015-12-11 02:44:19 -03:00
Victor Vieux
cac42dc677
update docker godeps
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-12-08 03:39:27 -08:00
Dong Chen
9df95842a9
Godep update github.com/samalba/dockerclient.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2015-12-03 10:28:48 -08:00
Isabel Jimenez
c86de629a8
godep update
...
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
2015-12-02 02:39:09 -05:00
Victor Vieux
a36a9b416c
update network types
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-10-30 00:03:08 -07:00
Xian Chaobo
588c29c3cc
move VolumeDriver to HostConfig
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-10-28 10:58:24 +08:00
Victor Costan
e32b3211ae
Swarm filters support in image building.
...
When building an image (POST /build), swarm will extract filters from
buildargs. This is similar to how container creation (POST
/containers/create) extracts filters from environment variables.
Signed-off-by: Victor Costan <costan@gmail.com>
2015-10-23 14:24:42 -04:00
Victor Vieux
6643894063
rename `POST /volumes` to `POST /volumes/create`
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-10-17 23:50:50 -07:00
Daniel Nephin
910fec887d
Use ParseRepositoryTags from engine.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-10-15 12:30:07 -04:00
Victor Vieux
d000d70238
update libnetwork
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-10-13 17:06:21 -07:00
Alexandre Beslic
1e30ce215f
Merge pull request #1262 from vieux/libnetwork
...
add 'docker network' support
2015-10-13 11:09:27 -07:00
Daniel Hiltgen
3661b6e63b
Add TLS support for libkv
...
This adds TLS support into the KV store for swarm. The manage, join,
and list commands all have a new CLI argument, matching the docker engine
discovery backend. This required adding the tlsconfig utility
package from docker engine.
Here's an example showing re-use of the cluster certs for the KV store:
swarm manage --tlsverify \
--tlscacert /etc/docker/ssl/ca.pem
--tlscert /etc/docker/ssl/cert.pem
--tlskey /etc/docker/ssl/key.pem
--discovery-opt kv.cacertfile=/etc/docker/ssl/ca.pem
--discovery-opt kv.certfile=/etc/docker/ssl/cert.pem
--discovery-opt kv.keyfile=/etc/docker/ssl/key.pem
--advertise 192.168.122.47:3376
etcd://192.168.122.47:2379
Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
2015-10-12 13:33:08 -07:00
Victor Vieux
e634df03a7
add 'docker network ls' support
...
add 'docker network inspect' suport
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-10-08 22:35:07 -07:00
Alexandre Beslic
1c0d40365b
Update libkv godeps with migration to the new etcd client
...
As 'go-etcd' was deprecated not long ago, this commit vendors
the latest changes to 'libkv', including support for the new
'coreos/etcd/client'.
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-10-05 08:59:32 -07:00
Daniel Nephin
5afc1e4924
Update samalba/dockerclient dependency.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-10-01 15:49:29 -04:00
Alexandre Beslic
5f1b5e5e3f
fix etcd lock ttl refresh value in seconds
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-09-30 09:11:01 -07:00
Alexandre Beslic
e17a89b384
update libkv, fix regression with zookeeper missing entries
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-09-25 07:57:43 -07:00
Victor Vieux
8ac69722b1
Merge pull request #1228 from abronan/leader_election_lock_ttl
...
Add the support for specifying Leader Election TTL
2015-09-24 11:46:50 -07:00
Alexandre Beslic
ab8d1b489c
add support for specifying the leader election lock ttl
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-09-23 04:06:35 -07:00
Victor Vieux
79d1ee4861
add volume create
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-09-18 03:23:22 -07:00
Victor Vieux
440a379860
docker volume rm
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-09-18 03:22:57 -07:00
Victor Vieux
02bd0e9b76
Merge pull request #1202 from abronan/update_libkv
...
Update libkv Godeps
2015-09-17 22:58:22 -07:00
Alexandre Beslic
1cb265d0b6
update libkv Godeps
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-09-17 07:52:00 -07:00
Victor Vieux
77c96908f0
add support for docker volume ls & inspect
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-09-05 07:56:22 -07:00