docs/api/client
John Starks 0906195fbb Windows: Add support for named pipe protocol
This adds an npipe protocol option for Windows hosts, akin to unix
sockets for Linux hosts. This should become the default transport
for Windows, but this change does not yet do that.

It also does not add support for the client side yet since that
code is in engine-api, which will have to be revendored separately.

Signed-off-by: John Starks <jostarks@microsoft.com>
2016-02-01 19:46:30 -08:00
..
formatter Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
inspect Print the raw inspected elements when there is no template for `docker inspect`. 2015-12-17 23:17:52 -05:00
attach.go Move tty set and restore to caller 2016-01-20 13:32:19 -08:00
build.go api: client: build: do not fall through if git isn't installed 2016-01-19 16:50:14 +01:00
cli.go Windows: Add support for named pipe protocol 2016-02-01 19:46:30 -08:00
client.go Make sure docker api client implements engine-api client. 2016-01-07 21:02:19 -05:00
commit.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
cp.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
create.go api: client: remove redunant function to encode auth 2016-01-29 14:07:54 +01:00
diff.go Implement docker diff with standalone client lib. 2015-12-09 12:04:53 -05:00
events.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
exec.go Move tty set and restore to caller 2016-01-20 13:32:19 -08:00
exec_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
export.go Remove output file when save/export fail 2016-01-26 22:12:31 -07:00
hijack.go Move tty set and restore to caller 2016-01-20 13:32:19 -08:00
history.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
images.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
import.go Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
info.go Merge pull request #19646 from nishanttotla/19277-CustomInfoField 2016-01-30 11:48:01 +01:00
inspect.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
kill.go Remove redundant error messages 2015-12-29 22:03:39 +08:00
load.go Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
login.go Enable cross-platforms login to Registry 2016-02-01 11:18:54 -08:00
logout.go Use consistent command description 2015-10-08 08:46:21 -04:00
logs.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
network.go Merge pull request #17316 from rmb938/ipam_conf_options 2016-01-14 16:30:03 -05:00
pause.go Remove redundant error messages 2015-12-29 22:03:39 +08:00
port.go Replace usage of pkg/nat with go-connections/nat. 2015-12-22 13:31:46 -05:00
ps.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
pull.go Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
push.go Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
rename.go Implement container rename with standalone client lib. 2015-12-09 12:04:56 -05:00
restart.go Remove redundant error messages 2015-12-29 22:03:39 +08:00
rm.go Make error message consistent when removing containers fail. 2016-02-01 15:32:50 -05:00
rmi.go Merge pull request #18768 from hqhq/hq_remove_dup_error 2016-01-07 14:13:50 -05:00
run.go Merge pull request #19896 from calavera/same_rm_error_message 2016-02-01 21:19:42 -05:00
save.go Remove output file when save/export fail 2016-01-26 22:12:31 -07:00
search.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
start.go Move tty set and restore to caller 2016-01-20 13:32:19 -08:00
stats.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
stats_unit_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
stop.go Remove redundant error messages 2015-12-29 22:03:39 +08:00
tag.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
top.go Implement docker top with standalone client lib. 2015-12-09 12:04:57 -05:00
trust.go Remove the use of dockerversion from the registry package 2016-01-15 12:43:54 -05:00
trust_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
unpause.go Remove redundant error messages 2015-12-29 22:03:39 +08:00
update.go Fix comment about swap limit of docker update 2016-01-21 13:48:53 +08:00
utils.go api: client: remove redunant function to encode auth 2016-01-29 14:07:54 +01:00
utils_unix.go Move ValidateContextDirectory to the one package that uses it. 2015-12-28 11:22:39 -05:00
utils_windows.go Move ValidateContextDirectory to the one package that uses it. 2015-12-28 11:22:39 -05:00
version.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
volume.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
wait.go Remove redundant error messages 2015-12-29 22:03:39 +08:00