mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
8 lines
219 B
Go
8 lines
219 B
Go
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"
|
|
)
|