1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Sebastiaan van Stijn 7c5cdda74e Merge pull request #17604 from RyanDeng/fix_cpuPercent_extremelyHigh
fix the bug: cpu percent will extremely high
2015-11-16 17:26:29 +01:00
..
ps
attach.go Add show error when attach to a paused container 2015-10-28 21:00:09 -04:00
build.go Windows: Allows --isolation on docker build 2015-10-30 11:14:38 -07:00
cli.go Make default tls host work 2015-10-19 21:17:37 +08:00
client.go
commit.go
cp.go
create.go
diff.go
events.go
exec.go Check the content type is json when calling exec start. 2015-10-19 11:46:44 -04:00
export.go
hijack.go dockerversion placeholder for library import 2015-11-09 19:32:46 +01:00
history.go Update logic of history 2015-11-02 10:27:54 +08:00
images.go
import.go
info.go Merge pull request #16873 from coolljt0725/expand_docker_info 2015-11-13 09:37:06 -08:00
inspect.go Reutrn immediately when inspect connection failed 2015-11-04 21:17:05 -05:00
kill.go
load.go
login.go Windows: Fix docker login 2015-11-05 14:19:48 -08:00
logout.go
logs.go Return nice client-side message for docker logs 2015-11-06 11:40:48 -08:00
network.go Fixing wrong word spelling in api/client/network.go 2015-11-04 13:42:34 +00:00
pause.go
port.go
ps.go
pull.go
push.go
rename.go
restart.go
rm.go
rmi.go
run.go This fixes the case where arguments are escaped twice from Dockerfiles on 2015-11-13 10:43:06 -08:00
save.go
search.go
start.go
stats.go Merge pull request #17604 from RyanDeng/fix_cpuPercent_extremelyHigh 2015-11-16 17:26:29 +01:00
stats_unit_test.go
stop.go
tag.go
top.go
trust.go update vendor.sh and notary api for vendored changes 2015-11-13 13:19:11 -08:00
trust_test.go Changing trustServer allowed URL behavior 2015-10-08 17:47:25 -07:00
unpause.go
utils.go dockerversion placeholder for library import 2015-11-09 19:32:46 +01:00
version.go dockerversion placeholder for library import 2015-11-09 19:32:46 +01:00
volume.go rename POST /volumes to POST /volumes/create to be consistent with the other POST /.../create endpoints 2015-10-17 14:13:40 +02:00
wait.go