summaryrefslogtreecommitdiff
path: root/daemon/configs.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge configs/secrets in unix implementationBrian Goff2018-02-161-6/+1
| | | | | | | | | | | On unix, merge secrets/configs handling. This is important because configs can contain secrets (via templating) and potentially a config could just simply have secret information "by accident" from the user. This just make sure that configs are as secure as secrets and de-dups a lot of code. Generally this makes everything simpler and configs more secure. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
* Store configs that contain secrets on tmpfsAaron Lehmann2018-02-161-1/+4
| | | | Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
| | | | | | Fixes case sensitivity issue Signed-off-by: Derek McGowan <derek@mcgstyle.net>
* Add config support to executor backendAaron Lehmann2017-05-111-0/+23
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>