docs/api/client
Daniel Nephin 2b7ad47bd2 Move the runconfig.Parse() function into the runconfig/opts package.
The parse.go file is used almost exclusively in the client. The few small
functions that are used outside of the client could easily be copied out
when the client is extracted, allowing this runconfig/opts package to
move to the client.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-04 12:06:29 -05:00
..
formatter Add --format support to images command 2015-12-21 17:38:07 +01:00
inspect Print the raw inspected elements when there is no template for `docker inspect`. 2015-12-17 23:17:52 -05:00
lib Implement configurable detach key 2016-01-03 23:03:39 +01:00
attach.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
build.go Use constant instead of "scratch" 2015-12-31 06:21:56 -08:00
cli.go Remove usage of pkg sockets and tlsconfig. 2015-12-29 19:27:12 -05:00
client.go Implemet docker update command 2015-12-28 19:19:26 +08:00
commit.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
cp.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
create.go Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
diff.go Implement docker diff with standalone client lib. 2015-12-09 12:04:53 -05:00
events.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
exec.go Move ParseExec to the client where it is used. 2016-01-04 12:06:29 -05:00
exec_test.go Move ParseExec to the client where it is used. 2016-01-04 12:06:29 -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 Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
images.go Add --format support to images command 2015-12-21 17:38:07 +01:00
import.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
info.go Add authorization plugins to docker info 2015-12-29 22:10:23 +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 Make `docker load` to output json when the response content type is json. 2015-12-22 19:00:27 -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 Use consistent command description 2015-10-08 08:46:21 -04:00
logs.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
network.go Add filter for `network ls` to hide predefined net 2015-12-23 13:26:40 +08:00
pause.go Implement docker pause with standalone client lib. 2015-12-09 12:04:56 -05:00
port.go Replace usage of pkg/nat with go-connections/nat. 2015-12-22 13:31:46 -05:00
ps.go Add --format support to images command 2015-12-21 17:38:07 +01:00
pull.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
push.go Add own reference package wrapper 2015-12-16 11:58:52 -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 Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -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 Implement configurable detach key 2016-01-03 23:03:39 +01:00
stats.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
stats_unit_test.go Fix docker stats show blkio when there are multiple block devices. 2015-08-20 11:46:21 +08:00
stop.go Implement docker stop with standalone client lib. 2015-12-09 12:04:57 -05:00
tag.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
top.go Implement docker top with standalone client lib. 2015-12-09 12:04:57 -05:00
trust.go Remove usage of pkg sockets and tlsconfig. 2015-12-29 19:27:12 -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
update.go Implemet docker update command 2015-12-28 19:19:26 +08:00
utils.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05: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 Add a DOCKER_API_VERSION env var 2015-12-14 12:45:34 -08:00
volume.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
wait.go Implement docker wait with standalone client lib. 2015-12-09 12:04:58 -05:00