Skip to content

Commit cce5713

Browse files
authored
Merge pull request #1077 from rajasec/readme-container-usage
Updating libcontainer README for container run
2 parents 282b254 + c1d967f commit cce5713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ process := &libcontainer.Process{
185185
Stderr: os.Stderr,
186186
}
187187

188-
err := container.Start(process)
188+
err := container.Run(process)
189189
if err != nil {
190190
container.Destroy()
191191
logrus.Fatal(err)

0 commit comments

Comments
 (0)