-
Merge pull request #1369 from vieux/fix_various_issues
Fix various issues
-
Signed-off-by: Victor Vieux <[email protected]>
-
monitor events just after the info
Signed-off-by: Victor Vieux <[email protected]>
-
refresh volumes after creating a container
vieux committedNov 3, 2015 Signed-off-by: Victor Vieux <[email protected]>
-
vieux committed
Nov 3, 2015 Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1362 from jimmyxian/add-integraion-test
Add integraion test for rmi -f with image tag
-
add integraion test for rmi -f with image tag
Signed-off-by: Xian Chaobo <[email protected]>
-
Merge pull request #1361 from vieux/improve_network_inspect_test
ensure docker network inspect is the same as the engine one
-
Merge pull request #1359 from vieux/update_network_types
update network types
-
ensure docker network inspect is the same as the engine one
Signed-off-by: Victor Vieux <[email protected]>
-
Signed-off-by: Victor Vieux <[email protected]>
-
Signed-off-by: Xian Chaobo <[email protected]>
-
Merge pull request #1340 from jimmyxian/volume-driver
Move VolumeDriver to HostConfig
-
Merge pull request #1342 from vieux/update_to_1.5.1
switch to go1.5.1
-
Merge pull request #1287 from dnephin/fix_filter_images_by_repo
Fix filter images by repo
-
Merge pull request #1349 from vieux/add_file_back_to_test_env
add file back to test env
-
Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1346 from vieux/fix_network_inspect
fix network inspect via name for global scope
-
fix network inspect via name for global scope
Signed-off-by: Victor Vieux <[email protected]>
-
move VolumeDriver to HostConfig
Signed-off-by: Xian Chaobo <[email protected]>
-
Add filter by image name support to /images/json
Signed-off-by: Daniel Nephin <[email protected]>
-
Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1338 from vieux/get_compiled_go
fix test Dockerfile, use precompiled go
-
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]>