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 32b5d145fa Merge pull request #7963 from jfrazelle/7845-remove-image-fail-dont-untag
Failing to remove an image, will not remove the image name/tag.
2014-09-11 18:06:18 -07:00
..
execdriver fix console attribute in lxc template 2014-09-09 13:51:13 -04:00
graphdriver
networkdriver Deallocate port before trying to delete iptables chain 2014-09-10 00:40:46 +04:00
attach.go
changes.go
commit.go
config.go Add daemon flag to specify public registry mirrors 2014-09-09 19:03:38 +00:00
container.go Merge pull request #7897 from LK4D4/refactoring_net_mode 2014-09-09 14:20:59 -07:00
container_unit_test.go
copy.go
create.go
daemon.go Add daemon flag to specify public registry mirrors 2014-09-09 19:03:38 +00:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go
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
inspect.go
kill.go
list.go
logs.go
MAINTAINERS
monitor.go
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
wait.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