Skip to content

Commit c6f09f9

Browse files
author
Mrunal Patel
committed
Merge pull request #868 from rajasec/libcontainer-readme
Updating README with set interface
2 parents 39aeb98 + 33f0ee9 commit c6f09f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcontainer/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ container.Resume()
219219

220220
// send signal to container's init process.
221221
container.Signal(signal)
222+
223+
// update container resource constraints.
224+
container.Set(config)
222225
```
223226

224227

0 commit comments

Comments
 (0)