moby--moby/daemon
Sebastiaan van Stijn 0636bb7b73 Merge pull request #13672 from LK4D4/syslog_tag
Add syslog-tag option
2015-06-03 17:04:59 +02:00
..
events
execdriver
graphdriver
logger Add syslog-tag option for syslog log-driver 2015-06-02 12:43:00 -07:00
network
README.md
attach.go
changes.go
commit.go Merge pull request #13536 from Mic92/master 2015-06-01 15:57:14 -07:00
config.go
config_linux.go
config_windows.go
container.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
container_linux.go Merge pull request #13536 from Mic92/master 2015-06-01 15:57:14 -07:00
container_unit_test.go
container_windows.go
copy.go
create.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
daemon.go
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
daemon_zfs.go
debugtrap.go
debugtrap_unsupported.go
delete.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
exec.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
exec_linux.go
exec_windows.go
export.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
history.go
image_delete.go
info.go
inspect.go Expose old config field for api < 1.19 2015-06-02 23:37:59 +02:00
kill.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
list.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
pause.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
rename.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
resize.go
restart.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
start.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
state.go
state_test.go
stats.go
stats_collector_unix.go
stats_collector_windows.go
stats_linux.go
stats_windows.go
stop.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
top.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
unpause.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
volumes_experimental.go
volumes_experimental_unit_test.go
volumes_linux.go
volumes_stubs.go
volumes_stubs_unit_test.go
volumes_unit_test.go
volumes_windows.go
wait.go

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver