moby--moby/api/client
David Calavera 52fd30079a Merge pull request #18685 from calavera/remove_timeutils
Move timeutils functions to the only places where they are used.
2015-12-15 15:11:18 -08:00
..
inspect Make sure template inspector always prints a carriage return. 2015-12-10 21:13:13 -05:00
lib Merge pull request #18685 from calavera/remove_timeutils 2015-12-15 15:11:18 -08:00
ps Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
attach.go Implement docker attach with standalone client lib. 2015-12-09 12:04:59 -05:00
build.go utils: move dockerignore function to builder/dockerignore 2015-12-14 14:59:52 +01:00
cli.go Force API versioning in the client library. 2015-12-14 12:06:42 -05:00
client.go Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
commit.go Make the commit configuration to be a typed struct rather than accepting a string. 2015-12-09 12:06:58 -05:00
cp.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
create.go Implement docker pull with standalone client lib. 2015-12-09 12:05:00 -05:00
diff.go Implement docker diff with standalone client lib. 2015-12-09 12:04:53 -05:00
events.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
exec.go Implement docker exec with standalone client lib. 2015-12-09 12:04:59 -05:00
export.go Implement docker export with standalone client lib. 2015-12-09 12:04:54 -05:00
hijack.go Remove old http from the docker cli. 2015-12-09 12:05:00 -05:00
history.go Implement docker history with the standalone client lib. 2015-12-09 12:04:54 -05:00
images.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
import.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
info.go api: client: info: add newline after warning 2015-12-11 20:54:51 +01:00
inspect.go Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05:00
kill.go Implement docker kill with standalone client lib. 2015-12-09 12:04:55 -05:00
load.go Implement docker load with standalone client lib. 2015-12-09 12:04:55 -05:00
login.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
logout.go
logs.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
network.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
pause.go Implement docker pause with standalone client lib. 2015-12-09 12:04:56 -05:00
port.go Implement docker port with standalone client lib. 2015-12-09 12:04:56 -05:00
ps.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
pull.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
push.go Merge pull request #18416 from toli/disable-official-repo-check-in-push 2015-12-15 08:52:36 -08:00
rename.go Implement container rename with standalone client lib. 2015-12-09 12:04:56 -05:00
restart.go Implement docker restart with standalone client lib. 2015-12-09 12:04:56 -05:00
rm.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
rmi.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
run.go Implement docker run with standalone client lib. 2015-12-09 12:04:59 -05:00
save.go Implement docker save with standalone client lib. 2015-12-09 12:04:56 -05:00
search.go Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
start.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
stats.go Modify word spelling errors in stats.go 2015-12-10 06:57:25 +00:00
stats_unit_test.go
stop.go Implement docker stop with standalone client lib. 2015-12-09 12:04:57 -05:00
tag.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
top.go Implement docker top with standalone client lib. 2015-12-09 12:04:57 -05:00
trust.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
trust_test.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
unpause.go Implement docker unpause with standalone client lib. 2015-12-09 12:04:57 -05:00
utils.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
version.go Move client version to the docker cli. 2015-12-11 19:03:33 -05:00
volume.go Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05:00
wait.go Implement docker wait with standalone client lib. 2015-12-09 12:04:58 -05:00