Updating README with set interface
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
parent
6c485e6902
commit
33f0ee9c95
|
@ -219,6 +219,9 @@ container.Resume()
|
|||
|
||||
// send signal to container's init process.
|
||||
container.Signal(signal)
|
||||
|
||||
// update container resource constraints.
|
||||
container.Set(config)
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue