moby--moby/daemon
Brian Goff d4ba00bd42 Cleanup exec API docs and available params
Adds pertitent information about what is expected in the json payload
and comments out unsupported (exec) features in runConfig.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2014-11-21 21:11:07 -05:00
..
execdriver Merge pull request #9039 from ashahab-altiscale/8617-lxc-volume 2014-11-18 17:24:16 -08:00
graphdriver Fix misuses of format based logging functions 2014-11-19 23:59:02 +02:00
networkdriver
MAINTAINERS
README.md
attach.go
changes.go
commit.go
config.go
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_overlayfs.go
daemon_unit_test.go
delete.go
exec.go Cleanup exec API docs and available params 2014-11-21 21:11:07 -05:00
export.go
history.go
image_delete.go Fix for rmi -f when error "no such id". (9056) 2014-11-17 17:04:10 -08:00
info.go
inspect.go
kill.go
list.go
logs.go
monitor.go
network_settings.go
pause.go
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

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