| .. |
|
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 |
|
lib
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
attach.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
build.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
cli.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
client.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05: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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05: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
|
Implement docker export with standalone client lib.
|
2015-12-09 12:04:54 -05:00 |
|
hijack.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05: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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
info.go
|
Add authorization plugins to docker info
|
2015-12-29 22:10:23 +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
|
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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05: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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05: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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
pull.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
push.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05: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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
rmi.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
run.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
save.go
|
Implement docker save with standalone client lib.
|
2015-12-09 12:04:56 -05:00 |
|
search.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
start.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05: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
|
Implement docker stop with standalone client lib.
|
2015-12-09 12:04:57 -05: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
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -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
|
Implement docker unpause with standalone client lib.
|
2015-12-09 12:04:57 -05:00 |
|
update.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -05:00 |
|
utils.go
|
Modify import paths to point to the new engine-api package.
|
2016-01-06 19:48:59 -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
|
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
|
Implement docker wait with standalone client lib.
|
2015-12-09 12:04:58 -05:00 |