Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/v1.7.0-rc1
/
.
/
daemon
/
logdrivers_windows.go
blob: 5dcbe718c6503d5be0d1b5f4f3bc9913a8ce4ffa [
file
] [
log
] [
blame
]
package daemon
// Importing packages here only to make sure their init gets called and
// therefore they register themselves to the logdriver factory.
import (
_ "github.com/docker/docker/daemon/logger/jsonfilelog"
)