stats: fixed issue with missing /sys/fs in docker 1.9, using docker stats; login works

This commit is contained in:
Marc Wäckerlin
2016-11-22 22:22:28 +00:00
parent c6c871a31a
commit c55d4eed6b
5 changed files with 50 additions and 92 deletions

View File

@@ -2,14 +2,7 @@
"port": 8888,
"restrict": {
"passwords": {
"foo": ["sha256", "fcde2b2edxx56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9"]
},
"ldap": {
"url": "ldap://dev.marc.waeckerlin.org",
"adminDn": "cn=tmp,ou=system,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org",
"adminPassword": "secret",
"searchBase": "ou=person,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org",
"searchFilter": "(uid={{username}})"
"foo": ["sha256", "fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9"]
}
}
}