Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

v1.2.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dongluochen dongluochen released this 23 Apr 05:27
· 588 commits to master since this release

1.2.1-rc1 (2016-04-22)

API

Use engine-api to handle large number of API calls
Update ContainerConfig to embed HostConfig and NetworkingConfig
stop/restart/kill an non-existent container should returns 500 rather than 404
Return an error when assertion fails in hijack
Return error when Image Pull fails
Fix image pull bug (wait until download finishes)

Build

Switch to go 1.6.2
Move dependencies to vendor/
Updating Image Pull to use docker/distribution package

Misc

Documentation clean up