docs/api/server
Samuel Karp ed39fbeb2a Adjust disallowed CpuShares in /containers/create
Previous versions of libcontainer allowed CpuShares that were greater
than the maximum or less than the minimum supported by the kernel, and
relied on the kernel to do the right thing. Newer libcontainer fails
after creating the container if the requested CpuShares is different
from what was actually created by the kernel, which breaks compatibility
with earlier Docker Remote API versions. This change explicitly adjusts
the requested CpuShares in API versions < 1.20.

Signed-off-by: Samuel Karp <skarp@amazon.com>
2015-06-04 17:19:39 -07:00
..
form.go Fix regression in stats API endpoint where stream query param default is true 2015-05-29 22:38:36 +02:00
form_test.go Fix regression in stats API endpoint where stream query param default is true 2015-05-29 22:38:36 +02:00
profiler.go api/server: fix profiler HTTP serving 2015-04-02 09:53:40 +03:00
server.go Adjust disallowed CpuShares in /containers/create 2015-06-04 17:19:39 -07:00
server_linux.go Adjust disallowed CpuShares in /containers/create 2015-06-04 17:19:39 -07:00
server_linux_test.go Adjust disallowed CpuShares in /containers/create 2015-06-04 17:19:39 -07:00
server_windows.go Adjust disallowed CpuShares in /containers/create 2015-06-04 17:19:39 -07:00