moby--moby/daemon
Vincent Batts 67a4f1db10 Merge pull request #10440 from rhvgoyal/skip-dot-prefix-files
devicemapper: Skip the files with prefix "." during device map construct...
2015-02-09 10:26:27 +01:00
..
execdriver
graphdriver Merge pull request #10440 from rhvgoyal/skip-dot-prefix-files 2015-02-09 10:26:27 +01:00
networkdriver
MAINTAINERS
README.md
attach.go
changes.go
commit.go
config.go Move daemon-only flags into the daemon config struct 2015-02-08 12:56:18 +00:00
container.go
container_unit_test.go
copy.go
create.go
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
delete.go
exec.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
monitor.go
network_settings.go
pause.go
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Merge pull request #10112 from cpuguy83/4393_fix_volume_where_file_exists 2015-02-06 19:39:48 -05:00
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