1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Nalin Dahyabhai 0ca6d77e6e Revert "prevent journald from being built on ARM"
This reverts commit 6f6f10a75f, so that we
can apply a different workaround.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)
2015-12-02 10:30:13 -05:00
..
daemonbuilder Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
events Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
exec Move exec store to its own package inside the daemon. 2015-11-20 17:40:16 -05:00
execdriver Merge pull request #18178 from jfrazelle/apparmor-we-meet-again 2015-11-30 11:34:34 -08:00
graphdriver devmapper: Log start and end of filesystem creation 2015-12-01 13:05:46 +00:00
links
logger Revert "prevent journald from being built on ARM" 2015-12-02 10:30:13 -05:00
network
archive.go
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go Make TarStream return an io.ReadCloser 2015-11-25 16:39:54 -08:00
config.go
config_experimental.go
config_stub.go
config_unix.go
config_windows.go
container.go Make sure container start doesn't make the DNS fields nil. 2015-11-30 22:46:31 -05:00
container_unit_test.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
container_unix.go Move defaultSHMSize in daemon pkg 2015-12-02 10:28:10 +01:00
container_windows.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
create.go fix 2 corner cases in container create cleanup and container removal 2015-12-02 01:37:50 +08:00
create_unix.go
create_windows.go
daemon.go daemon: remove sysInitPath, lxc leftover 2015-11-30 10:04:13 +01:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_experimental.go daemon: daemon_experimental.go: fix typo 2015-12-01 12:03:50 +01:00
daemon_linux.go
daemon_linux_test.go
daemon_no_aufs.go
daemon_overlay.go
daemon_stub.go
daemon_test.go
daemon_unix.go Move defaultSHMSize in daemon pkg 2015-12-02 10:28:10 +01:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Validate adding digests to tagstore with go types 2015-11-25 15:06:51 -08:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go fix 2 corner cases in container create cleanup and container removal 2015-12-02 01:37:50 +08:00
delete_test.go
discovery.go Make discovery ttl and heartbeat configurable 2015-11-25 06:51:55 -08:00
discovery_test.go Make discovery ttl and heartbeat configurable 2015-11-25 06:51:55 -08:00
errors.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
events.go
exec.go Move exec store to its own package inside the daemon. 2015-11-20 17:40:16 -05:00
exec_unix.go
exec_windows.go
export.go
history.go
image_delete.go Fix docker rmi trying to remove a being used parent 2015-11-26 09:57:20 +08:00
images.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
import.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
info.go daemon: remove sysInitPath, lxc leftover 2015-11-30 10:04:13 +01:00
inspect.go Move versioned references of inspect functions to the daemon. 2015-11-24 14:03:39 -05:00
inspect_unix.go Move versioned references of inspect functions to the daemon. 2015-11-24 14:03:39 -05:00
inspect_windows.go Move versioned references of inspect functions to the daemon. 2015-11-24 14:03:39 -05:00
kill.go
list.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
mounts.go
network.go
pause.go
README.md
rename.go
resize.go Move exec store to its own package inside the daemon. 2015-11-20 17:40:16 -05:00
restart.go
selinux_linux.go
selinux_unsupported.go
start.go Make sure container start doesn't make the DNS fields nil. 2015-11-30 22:46:31 -05:00
state.go
state_test.go
state_unix.go
state_windows.go
stats.go
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
volumes.go
volumes_unit_test.go
volumes_unix.go
volumes_windows.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver