pkg/reexec: move reexec code to a new package

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
Upstream-commit: acd64278f13ef0ee565f4819951393b9c3fe89eb
Component: engine
This commit is contained in:
unclejack
2014-10-30 14:48:30 +02:00
parent abcf5d1b6e
commit 3dbfc4607d
10 changed files with 8 additions and 7 deletions

View File

@ -3,7 +3,7 @@ package main
import (
_ "github.com/docker/docker/daemon/execdriver/lxc"
_ "github.com/docker/docker/daemon/execdriver/native"
"github.com/docker/docker/reexec"
"github.com/docker/docker/pkg/reexec"
)
func main() {