blob: 848adae9d2844aa169f3bca4c06fb76f9d27ebef [file] [log] [blame]
package daemon
import (
"github.com/docker/docker/libcontainerd"
"github.com/docker/engine-api/types/container"
)
func toContainerdResources(resources container.Resources) libcontainerd.Resources {
var r libcontainerd.Resources
return r
}