mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-14 18:53:41 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
// +build daemon
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/docker/docker/daemon/execdriver/lxc"
|
|
)
|