.. |
execdriver
|
Merge pull request #8062 from vishh/run_in_phase2
|
2014-09-16 23:56:12 +04:00 |
graphdriver
|
devmapper: resizepool hardcodes files as well
|
2014-09-22 17:03:31 -04:00 |
networkdriver
|
Merge pull request #8125 from somaopensource/8102-fix
|
2014-09-22 23:00:25 +04:00 |
attach.go
|
daemon/attach: avoid mem alloc for interface
|
2014-09-22 21:17:50 +03:00 |
changes.go
|
|
|
commit.go
|
|
|
config.go
|
Merge pull request #6101 from LK4D4/ip_range_#4986
|
2014-09-22 17:09:16 +03:00 |
container.go
|
Split volumes out from daemon
|
2014-09-19 17:47:47 -05:00 |
container_unit_test.go
|
Ensure container names start with a-zA-Z0-9
|
2014-09-12 10:45:07 -07:00 |
copy.go
|
|
|
create.go
|
Add "docker create" support
|
2014-09-16 18:40:24 -04:00 |
daemon.go
|
--selinux-enabled flag should be ignored on Disabled SELinux systems
|
2014-09-23 13:21:25 -04:00 |
daemon_aufs.go
|
Extract log utils into pkg/log
|
2014-08-13 15:18:15 -07:00 |
daemon_btrfs.go
|
|
|
daemon_devicemapper.go
|
|
|
daemon_no_aufs.go
|
|
|
delete.go
|
Split volumes out from daemon
|
2014-09-19 17:47:47 -05:00 |
exec.go
|
Adding docker exec support in CLI.
|
2014-09-16 19:24:25 +00:00 |
export.go
|
|
|
history.go
|
|
|
image_delete.go
|
Removing an image that fails, also removes the image name/tag.
|
2014-09-11 11:29:25 -07:00 |
info.go
|
Extract log utils into pkg/log
|
2014-08-13 15:18:15 -07:00 |
inspect.go
|
Proper JSON handling of strings that could be represented as other types
|
2014-09-16 13:51:02 -04:00 |
kill.go
|
|
|
list.go
|
Use State as embedded to Container
|
2014-09-03 00:01:11 +04:00 |
logs.go
|
daemon/logs: lower allocations in loop
|
2014-09-22 18:57:28 +03:00 |
MAINTAINERS
|
Add maintainers to daemon/ and graph/
|
2014-08-06 10:29:15 +00:00 |
monitor.go
|
Use State as embedded to Container
|
2014-09-03 00:01:11 +04:00 |
network_settings.go
|
|
|
pause.go
|
|
|
README.md
|
|
|
resize.go
|
Splitting the exec remote API into two separate APIs inorder to support resizing of tty sessions.
|
2014-09-15 22:56:47 +00:00 |
restart.go
|
|
|
start.go
|
After container fails to start, log the event die.
|
2014-09-19 16:06:49 -07:00 |
state.go
|
typo fix: immediatly -> immediately
|
2014-09-09 01:16:19 -04:00 |
state_test.go
|
Fix go vet warnings
|
2014-08-13 11:37:30 +04:00 |
stop.go
|
Use State as embedded to Container
|
2014-09-03 00:01:11 +04:00 |
top.go
|
Use State as embedded to Container
|
2014-09-03 00:01:11 +04:00 |
utils.go
|
|
|
utils_linux.go
|
--selinux-enabled flag should be ignored on Disabled SELinux systems
|
2014-09-23 13:21:25 -04:00 |
utils_nolinux.go
|
--selinux-enabled flag should be ignored on Disabled SELinux systems
|
2014-09-23 13:21:25 -04:00 |
utils_test.go
|
|
|
volumes.go
|
Split volumes out from daemon
|
2014-09-19 17:47:47 -05:00 |
wait.go
|
Fix container wait error message to match server template for returning 404
|
2014-09-19 13:33:00 -04:00 |