mirror of https://github.com/docker/docs.git
In order to handle special configuration for different drivers we make the Config field a map to string array. This lets us use it for lxc, by using the "lxc" key for those, and we can later extend it easily for other backend-specific options. Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson) |
||
|---|---|---|
| .. | ||
| execdriver | ||
| graphdriver | ||
| networkdriver | ||
| container.go | ||
| container_unit_test.go | ||
| runtime.go | ||
| runtime_aufs.go | ||
| runtime_btrfs.go | ||
| runtime_devicemapper.go | ||
| runtime_no_aufs.go | ||
| server.go | ||
| sorter.go | ||
| state.go | ||
| utils.go | ||
| volumes.go | ||