1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Michael Crosby 7a8ea91392 Fix cross compile non cgo and linux systems
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
2014-07-16 16:57:49 -07:00
..
execdriver Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
graphdriver Merge pull request #6939 from snitm/thinp-blocksize-fix 2014-07-10 19:57:07 +03:00
networkdriver Merge pull request #6799 from LK4D4/refactor_portallocator 2014-07-07 12:39:36 -07:00
attach.go
container.go Merge pull request #6954 from LK4D4/fix_container_run_after_restart_#4766 2014-07-16 11:35:14 -07:00
container_unit_test.go
daemon.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
history.go
inspect.go add links to inspect for 'linking' containers 2014-06-26 20:51:38 +00:00
MAINTAINERS
network_settings.go
README.md
server.go
state.go Use State waiting functions 2014-06-27 15:07:40 +04:00
state_test.go State refactoring and add waiting functions 2014-06-27 15:05:48 +04:00
utils.go
utils_linux.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_nolinux.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_test.go
volumes.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver