.. |
lib
|
Implement docker load with standalone client lib.
|
2015-12-09 12:04:55 -05:00 |
ps
|
Update daemon and docker core to use new content addressable storage
|
2015-11-24 09:40:25 -08:00 |
attach.go
|
Remove deprecated cli flags
|
2015-11-15 10:40:01 +01:00 |
build.go
|
Implement docker build with standalone client lib.
|
2015-12-09 12:04:55 -05:00 |
cli.go
|
Extract API client struct as standalone client.
|
2015-12-09 12:04:53 -05:00 |
client.go
|
cli: new daemon command and new cli package
|
2015-07-23 19:44:46 -04:00 |
commit.go
|
Implement docker commit with standalone client lib.
|
2015-12-09 12:04:53 -05:00 |
cp.go
|
Implement docker cp with standalone client lib.
|
2015-12-09 12:04:53 -05:00 |
create.go
|
Implement docker container create with standalone client lib.
|
2015-12-09 12:04:53 -05:00 |
diff.go
|
Implement docker diff with standalone client lib.
|
2015-12-09 12:04:53 -05:00 |
events.go
|
Implement docker events with standalone client lib.
|
2015-12-09 12:04:54 -05:00 |
exec.go
|
Check the content type is json when calling exec start.
|
2015-10-19 11:46:44 -04:00 |
export.go
|
Implement docker export with standalone client lib.
|
2015-12-09 12:04:54 -05:00 |
hijack.go
|
dockerversion placeholder for library import
|
2015-11-09 19:32:46 +01:00 |
history.go
|
Implement docker history with the standalone client lib.
|
2015-12-09 12:04:54 -05:00 |
images.go
|
Implement docker images with the standalone client lib.
|
2015-12-09 12:04:54 -05:00 |
import.go
|
Implement docker import with the standalone client lib.
|
2015-12-09 12:04:54 -05:00 |
info.go
|
Implement docker info with standalone client lib.
|
2015-12-09 12:04:54 -05:00 |
inspect.go
|
Modufy docker inspect client to check statusCode instead of strings contains
|
2015-12-07 10:03:46 +00: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
|
Windows: Fix docker login
|
2015-11-05 14:19:48 -08:00 |
logout.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
logs.go
|
Merge pull request #17495 from mikebrow/docker-tz-and-nanosecond-updates
|
2015-11-20 23:37:44 +01:00 |
network.go
|
Modify docker network inspect client to check statusCode instead of string contain
|
2015-12-07 10:11:46 +00:00 |
pause.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
port.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
ps.go
|
Make filtering a linear operation.
|
2015-12-02 11:12:42 -05:00 |
pull.go
|
Update daemon and docker core to use new content addressable storage
|
2015-11-24 09:40:25 -08:00 |
push.go
|
Update daemon and docker core to use new content addressable storage
|
2015-11-24 09:40:25 -08:00 |
rename.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
restart.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
rm.go
|
Remove deprecated cli flags
|
2015-11-15 10:40:01 +01:00 |
rmi.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
run.go
|
Merge pull request #17356 from HuKeping/warn-on-oom
|
2015-11-23 12:43:04 -08:00 |
save.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
search.go
|
Update daemon and docker core to use new content addressable storage
|
2015-11-24 09:40:25 -08:00 |
start.go
|
Implement docker kill with standalone client lib.
|
2015-12-09 12:04:55 -05:00 |
stats.go
|
Merge pull request #17604 from RyanDeng/fix_cpuPercent_extremelyHigh
|
2015-11-16 17:26:29 +01: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
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
tag.go
|
Deprecate -f flag from docker tag
|
2015-12-01 19:53:49 -08:00 |
top.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
trust.go
|
Update daemon and docker core to use new content addressable storage
|
2015-11-24 09:40:25 -08:00 |
trust_test.go
|
Changing trustServer allowed URL behavior
|
2015-10-08 17:47:25 -07:00 |
unpause.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |
utils.go
|
dockerversion placeholder for library import
|
2015-11-09 19:32:46 +01:00 |
version.go
|
Consolidate time format for API
|
2015-12-02 22:40:18 +08:00 |
volume.go
|
Merge pull request #17788 from haoshuwei/modify-volume-inspect-multi
|
2015-12-06 14:03:46 +01:00 |
wait.go
|
Use consistent command description
|
2015-10-08 08:46:21 -04:00 |