diff --git a/runtime/execdriver/native/create.go b/runtime/execdriver/native/create.go index 976416a8ca606a68f7ea90da9346da121fcd0451..71fab3e0641bec52ec1e06a3fe6371f6b4c72fb9 100644 --- a/runtime/execdriver/native/create.go +++ b/runtime/execdriver/native/create.go @@ -2,12 +2,13 @@ package native import ( "fmt" + "os" + "github.com/dotcloud/docker/pkg/label" "github.com/dotcloud/docker/pkg/libcontainer" "github.com/dotcloud/docker/runtime/execdriver" "github.com/dotcloud/docker/runtime/execdriver/native/configuration" "github.com/dotcloud/docker/runtime/execdriver/native/template" - "os" ) // createContainer populates and configures the container type with the diff --git a/runtime/utils_test.go b/runtime/utils_test.go index 833634cb47b2463676b02c24d0e77d4721aaa45a..bdf3543a497350bfced8a96d72ea8988b57ecaf6 100644 --- a/runtime/utils_test.go +++ b/runtime/utils_test.go @@ -1,9 +1,10 @@ package runtime import ( + "testing" + "github.com/dotcloud/docker/runconfig" "github.com/dotcloud/docker/utils" - "testing" ) func TestMergeLxcConfig(t *testing.T) {