Skip to content

Commit 542f641

Browse files
authored
Merge pull request hashicorp#1 from mikemccracken/2018-01-31/lxc-execute-with-volumes
Add support for lxc-execute
2 parents 32174fd + ffeecbf commit 542f641

File tree

11 files changed

+980
-293
lines changed

11 files changed

+980
-293
lines changed

client/driver/lxc.go

+314-72
Large diffs are not rendered by default.

client/driver/lxc_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func TestLxcDriver_Volumes_ConfigValidation(t *testing.T) {
261261
}
262262
}
263263
if err := testVolumeConfig(t, []string{"abc:def"}); err != nil {
264-
t.Fatalf("error in validate for syntactically valid config abc:def")
264+
t.Fatalf("error in validate for syntactically valid config abc:def was %v", err)
265265
}
266266
}
267267

vendor/gopkg.in/lxc/go-lxc.v2/Makefile

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)