We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a4261 commit 3435164Copy full SHA for 3435164
examples/cmd/snapshotting/example_demo.go
@@ -71,9 +71,7 @@ func withNetworkInterface(networkInterface sdk.NetworkInterface) configOpt {
71
}
72
73
func createNewConfig(socketPath string, opts ...configOpt) sdk.Config {
74
- dir, _ := os.Getwd()
75
- fmt.Println(dir)
76
- kernelImagePath := filepath.Join(dir, "vmlinux")
+ const kernelImagePath = "vmlinux"
77
78
var vcpuCount int64 = 2
79
var memSizeMib int64 = 256
0 commit comments