February 19, 2016
View 1882f96

Avoid setting default truthy values from flags that are not set.

David Calavera authored on 2016/02/19 06:55:03
February 3, 2016
View 4a64362

Make sure flat options are not parsed as config structures.

David Calavera authored on 2016/02/03 04:33:41
January 26, 2016
View c446fd2

Allow network configuration via daemon config file.

David Calavera authored on 2016/01/26 06:30:33
January 23, 2016
View f999cd3

Make TLSOptions and LogConfig embedded structs.

David Calavera authored on 2016/01/23 03:14:48
January 21, 2016
View 231eeca

Verify that the configuration keys in the file are valid.

David Calavera authored on 2016/01/21 07:16:49
January 20, 2016
View ba01d9f

Fix post config verification without flags.

David Calavera authored on 2016/01/20 04:16:07
January 13, 2016
View 5c630ea

Rename authz to authorization for greater clarity

Tibor Vass authored on 2016/01/13 09:38:18
January 5, 2016
View 907407d

Modify import paths to point to the new engine-api package.

David Calavera authored on 2016/01/05 09:05:26
December 19, 2015
View 7ac4232

Move Config and HostConfig from runconfig to types/container.

David Calavera authored on 2015/12/19 03:36:17
December 12, 2015
View de4ffdf

Change authz plugin argument name

Liron Levin authored on 2015/12/12 03:59:15
December 11, 2015
View 677a6b3

Allow to set daemon and server configurations in a file.

David Calavera authored on 2015/12/11 08:35:10
December 8, 2015
View 8cc0892

Fixing documentation according to comments by @moxiegirl and @thaJeztah

Dima Stopel authored on 2015/12/08 21:54:33
November 12, 2015
View 75c353f

Docker authorization plug-in infrastructure enables extending the functionality of the Docker daemon with respect to user authorization. The infrastructure enables registering a set of external authorization plug-in. Each plug-in receives information about the user and the request and decides whether to allow or deny the request. Only in case all plug-ins allow accessing the resource the access is granted.

Liron Levin authored on 2015/11/12 20:06:47
November 5, 2015
View 157b66a

Remove exec-driver global daemon option.

David Calavera authored on 2015/11/05 09:40:58
October 22, 2015
View 76992f3

remove the unused DefaultNetwork member from daemon.Config

Shijiang Wei authored on 2015/10/22 19:16:53