-
Merge pull request #1310 from pwnall/image_affinity
Swarm filters support in image building
-
Merge pull request #1330 from vieux/fix_mesos_timeout_issue
fix issue with timeouts in mesos
-
Merge pull request #1335 from vieux/fix_panic
fix panic when createContainer returns nil,nil
-
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 <[email protected]>
-
Signed-off-by: Roman Iuvshin <[email protected]>
-
Merge pull request #1327 from vieux/return_200_image_create
return 200 OK in /images/create
-
Merge pull request #1329 from vieux/improve_mesos_error_message
improve error message in mesos
-
Merge pull request #1324 from SvenDowideit/fix-errant-links
Fix some non-relative links
-
return 200 OK in /images/create
Signed-off-by: Victor Vieux <[email protected]>
-
Signed-off-by: Sven Dowideit <[email protected]>
-
Merge pull request #1318 from jimmyxian/add-support-some-run-options
Add support some run options
-
Signed-off-by: Xian Chaobo <[email protected]>
-
Merge pull request #1320 from dnephin/support_filter_networks
Support filtering networks by id or name
-
Merge pull request #1321 from vieux/update_endpoint_volume_create
rename `POST /volumes` to `POST /volumes/create`
-
Merge pull request #1317 from abronan/add_concurrent_port_test
Integration test for regression with parallel docker run when specifying a port
-
Merge pull request #1322 from dnephin/update_api_version
Update api version to match the version that swarm supports
-
Update api version to match the version that swarm supports.
Signed-off-by: Daniel Nephin <[email protected]>
-
Support filtering networks by id or name.
Signed-off-by: Daniel Nephin <[email protected]>
-
Integration test for regression with parallel docker run when specify…
…ing a port Signed-off-by: Alexandre Beslic <[email protected]>
-
Merge pull request #1314 from aluzzardi/fix-nullptr-pendingcontainer
Fix nullptr panic in pending containers.
-
Merge pull request #1309 from vieux/improve_networks
small improvment on network UX
-
Merge pull request #1315 from aluzzardi/golint-fix
Fix various golint issues.
-
Signed-off-by: Andrea Luzzardi <[email protected]>
-
Merge pull request #1313 from denverdino/origin-master
Fix the problem for the orders of filters
-
Fix nullptr panic in pending containers.
Fixes #1289 Signed-off-by: Andrea Luzzardi <[email protected]>
-
Fix the problem for the orders of filters
Change-Id: I2dd652a1881cdaaff16e02f26c9f69f5df16419f Signed-off-by: Li Yi <[email protected]>
-
fix panic when createContainer returns nil,nil
Signed-off-by: Victor Vieux <[email protected]>
-
Signed-off-by: Victor Vieux <[email protected]>
-
improve docker network ls and rm
vieux committedOct 17, 2015 Signed-off-by: Victor Vieux <[email protected]>
-
refresh networks on whole cluster after create and rm
vieux committedOct 17, 2015 Signed-off-by: Victor Vieux <[email protected]>
-
fix issue with timeouts in mesos
Signed-off-by: Victor Vieux <[email protected]>
-
improve error message in mesos
Signed-off-by: Victor Vieux <[email protected]>
-
rename `POST /volumes` to `POST /volumes/create`
Signed-off-by: Victor Vieux <[email protected]>
-
Signed-off-by: Victor Vieux <[email protected]>