Andrea Luzzardi
1edc7b64aa
Merge pull request #546 from vieux/use_1024
...
use 1024 as total cpushare for a machine
2015-04-01 15:27:58 -07:00
Victor Vieux
b27d405dd7
Merge pull request #553 from noxiouz/reduce_complexity_of_pick
...
[Random] Pick a node for O(1), not for O(n)
2015-04-01 15:26:10 -07:00
Anton Tiurin
f760b25e12
[Random] Pick a node for O(1), not for O(n)
...
Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2015-04-02 00:23:35 +03:00
Alexandre Beslic
98f2e2a908
Merge pull request #547 from jimmyxian/master
...
'docker tag/push' api implementation
2015-04-01 14:22:42 -07:00
Anton Tiurin
0618c29be2
[Store] Drop an index variable in Store.All
...
Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2015-04-02 00:04:43 +03:00
Victor Vieux
1f2bd67555
Merge pull request #549 from snrism/update_token_and_filter_readme
...
Update token and filter readme
2015-04-01 13:26:02 -07:00
Sriram Natarajan
6c1eeef280
Update Filters README with dependency filter link
...
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-04-01 12:17:25 -07:00
Sriram Natarajan
74a9a04a60
Fix discovery token README
...
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-04-01 12:09:53 -07:00
Victor Vieux
b304a453f4
use 1024 as total cpushare for a machine
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-04-01 11:49:00 -07:00
Alexandre Beslic
2c94f22f4c
Merge pull request #548 from liuggio/patch-1
...
fixed readme for newcomer
2015-04-01 11:37:52 -07:00
Giulio De Donato
7510b25c5f
added mkdir -p
...
Signed-off-by: Giulio De Donato <liuggio@gmail.com>
2015-04-01 19:21:01 +02:00
Xian Chaobo
1a607fd8fa
update README.md
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-04-01 18:19:47 +08:00
Xian Chaobo
33933b1922
tag/push api implementation
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-04-01 18:17:47 +08:00
Andrea Luzzardi
ca05173e41
Make container creation and destruction synchronous.
...
This is in order to fix race conditions. Currently, container creation
can happen in parallel which means that the scheduler operates on stale
data.
Fixes #427
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-03-31 14:11:51 -07:00
Victor Vieux
e1e7259b8a
Merge pull request #538 from jimmyxian/master
...
Implement 'docker commit' api
2015-03-31 13:40:24 -07:00
Victor Vieux
0961972eb2
Merge pull request #530 from technolo-g/automate_golint_pr
...
Closes #499 : Enable golint on PRs
2015-03-31 12:02:08 -07:00
Victor Vieux
cdc9c7a47b
Merge pull request #540 from snrism/validate_space_value
...
Validate value by checking for whitespace in constraint expression
2015-03-31 10:22:46 -07:00
Xian Chaobo
fe054ba57c
gofmt check and update readme
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-31 23:06:00 +08:00
Sriram Natarajan
538e2f5b7e
Validate value by checking for whitespace in constraint expression
...
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-03-31 00:21:19 -07:00
Victor Vieux
9f8ba5118a
Merge pull request #539 from snrism/fix_404_error
...
Fix 404 Error in Filter and Strategy README files
2015-03-30 23:36:42 -07:00
Sriram Natarajan
8a71a1d114
Fix 404 Error in Filter and Strategy README files
...
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-03-30 23:30:52 -07:00
Victor Vieux
8d82079dff
Merge pull request #532 from peggyl/500-api-pkg-godoc
...
Improve godocs for exported values in api pkg
2015-03-30 23:13:37 -07:00
Peggy Li
6103a94350
Improve godocs for exported values in api pkg
...
Signed-off-by: Peggy Li <peggyli.224@gmail.com>
2015-03-30 21:32:08 -07:00
jimmyxian
f0b19154f0
Implement 'docker commit' api
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-31 12:13:26 +08:00
Matt Bajor
c9dec8ba88
Closes #499 : Enable golint on PRs
...
Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
2015-03-30 21:39:00 -06:00
Victor Vieux
0f6a1846e2
Merge pull request #512 from abronan/doc_config_changes
...
Move note on top of Nodes config to avoid confusion
2015-03-30 16:33:34 -07:00
Alexandre Beslic
a900458756
Removed useless code blocks and fixed templates
...
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2015-03-30 15:16:06 -07:00
Alexandre Beslic
e421df418a
Fixed indentation and template commands
...
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2015-03-30 15:06:18 -07:00
Alexandre Beslic
24745b7703
Change doc structure to better explain pre-requisites and Set-up process
...
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2015-03-30 14:16:33 -07:00
Victor Vieux
b655cbb7c5
Merge pull request #514 from technolo-g/Issue_499_Automate_golint_pr
...
Issue #500 Run golint on codebase
2015-03-30 12:14:15 -07:00
Victor Vieux
fcbfcca284
Merge pull request #536 from jimmyxian/master
...
fix swarm api readme
2015-03-30 12:13:53 -07:00
Victor Vieux
578833f0eb
Update ROADMAP.md
2015-03-30 10:26:34 -07:00
Alexandre Beslic
6cfd96ea57
Merge pull request #518 from spanktar/spanky/relative-404
...
Fix 404s that manifest in GitHub but not in the Docs site. Links should ...
2015-03-30 10:17:17 -07:00
Victor Vieux
60bf1afd4c
Update ROADMAP.md
2015-03-30 10:14:48 -07:00
jimmyxian
412027c212
fix 404 error
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-30 20:52:19 +08:00
jimmyxian
e5b594d018
fix swarm api readme
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-30 20:37:23 +08:00
Matt Bajor
d87c48ae4e
Fix lint violations
...
This changeset fixes all lint violations that show up with a
min_confidence of 1
- Issue #500 : Run golint on codebase
Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
2015-03-27 21:17:44 -06:00
Victor Vieux
e1dac69cce
Merge pull request #525 from chanwit/fix-generator-for-golint
...
Cleanup: fix per golint checks
2015-03-27 14:22:56 -05:00
Victor Vieux
989ff7b148
Merge pull request #521 from pratapchand/master
...
Fixing the Readme file.
2015-03-27 14:15:24 -05:00
Chanwit Kaewkasi
f1fd1fb145
fix per golint checks
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-03-28 00:52:53 +07:00
Andrea Luzzardi
21404e01f4
Merge pull request #519 from chanwit/set-swarm-root
...
Cleanup: make SWARM_ROOT configurable
2015-03-27 17:36:50 +01:00
Pratap Chand
c147e2a508
Fixing the Readme file.
...
Before cloning swarm, one needs to go into the right directory (e.g.
~/gocode/src/github.com/docker) else godeps will start complaining.
Fixes #520
Signed-off-by: Pratap Chand <pchand@amplify.com>
2015-03-26 20:20:34 -04:00
Chanwit Kaewkasi
458d83802f
make SWARM_ROOT configurable
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-03-26 22:51:09 +07:00
Tom Kapanka
56626698fa
Fix 404s that manifest in GitHub but not in the Docs site. Links should work in both.
...
Spoke with Mary (Moxiegirl) about this issue and it occurs because
when Docs is built, it pulls files from various places. This causes
the GitHub view to have broken links (and images) which isn't ideal
since people may come to the docs via either approach.
Signed-off-by: Tom Kapanka <tom@kapanka.com>
2015-03-25 20:45:19 -07:00
Victor Vieux
c28b3a736c
Merge pull request #513 from technolo-g/Issue_501_check_create_args
...
Closes #501 : Error if unknown args are used in create
2015-03-25 20:51:25 -06:00
Nick Huanca, Matt Bajor, Matt Knox, Fed Sawyer, Joseph Benavidez, Tom Haschenburger and Wes Morgan
366d234626
Closes #501 : Error if unknown args are used in create
...
Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
2015-03-26 02:39:33 +00:00
Victor Vieux
4fadc01ca9
Merge pull request #515 from titanous/patch-1
...
Remove Flynn from potential users in docs
2015-03-25 19:38:05 -06:00
Jonathan Rudenberg
a55f4fc36e
Remove Flynn from potential users in docs
...
Flynn doesn't use the Docker API.
2015-03-25 17:08:55 -07:00
Victor Vieux
345d1cb86e
Merge pull request #478 from smothiki/softaffinity
...
Add support for Soft Affinity
2015-03-25 17:31:13 -06:00
Alexandre Beslic
ca245c6ad3
Move note on top of Nodes config to avoid confusion
...
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2015-03-25 11:34:11 -07:00